projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d3fefd
)
radv: add missing meson c++ visibility arguments
author
Eric Engestrom
<eric.engestrom@intel.com>
Mon, 8 Oct 2018 15:23:25 +0000
(16:23 +0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Tue, 9 Oct 2018 13:22:24 +0000
(14:22 +0100)
Fixes: 6f3aee40f90d725653b6 "radv: using tls to store llvm related info
and speed up compiles (v10)"
Cc: Dave Airlie <airlied@redhat.com>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/amd/vulkan/meson.build
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/meson.build
b/src/amd/vulkan/meson.build
index 9ceaeb6f00246f03b14a063fb441cb4c00c3a9d6..5bc9c848277448ef75a14c90063ca0b9442f5c9c 100644
(file)
--- a/
src/amd/vulkan/meson.build
+++ b/
src/amd/vulkan/meson.build
@@
-144,6
+144,7
@@
libvulkan_radeon = shared_library(
idep_nir,
],
c_args : [c_vis_args, no_override_init_args, radv_flags],
+ cpp_args : [cpp_vis_args, radv_flags],
link_args : [ld_args_bsymbolic, ld_args_gc_sections],
install : true,
)