Re: [Mesa-dev] [PATCH mesa] radv: add missing meson c++ visibility arguments

2018-10-09 Thread Eric Engestrom
On Monday, 2018-10-08 08:45:18 -0700, Dylan Baker wrote: > Reviewed-by: Dylan Baker > > You could add radv_flags to future safety, but it's not used currently so this > should fix things. Good point, thanks. Added with your r-b and pushed :) > > Quoting Eric Engestrom (2018-10-08 08:25:58) > >

Re: [Mesa-dev] [PATCH mesa] radv: add missing meson c++ visibility arguments

2018-10-08 Thread Dylan Baker
Reviewed-by: Dylan Baker You could add radv_flags to future safety, but it's not used currently so this should fix things. Quoting Eric Engestrom (2018-10-08 08:25:58) > Fixes: 6f3aee40f90d725653b6 "radv: using tls to store llvm related info > and speed up compiles (

[Mesa-dev] [PATCH mesa] radv: add missing meson c++ visibility arguments

2018-10-08 Thread Eric Engestrom
Fixes: 6f3aee40f90d725653b6 "radv: using tls to store llvm related info and speed up compiles (v10)" Cc: Dave Airlie Signed-off-by: Eric Engestrom --- src/amd/vulkan/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/vulkan/meson.build b/src/amd/