[Mesa-dev] [PATCH mesa] radv: add missing meson c++ visibility arguments
Dylan Baker
dylan at pnwbakers.com
Mon Oct 8 15:45:18 UTC 2018
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
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 (v10)"
> Cc: Dave Airlie <airlied at redhat.com>
> Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
> ---
> src/amd/vulkan/meson.build | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/amd/vulkan/meson.build b/src/amd/vulkan/meson.build
> index 9ceaeb6f00246f03b14a..87a90ffe849ad2baf346 100644
> --- 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,
> link_args : [ld_args_bsymbolic, ld_args_gc_sections],
> install : true,
> )
> --
> Cheers,
> Eric
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181008/ee62832a/attachment.sig>
More information about the mesa-dev
mailing list