pvr: use vulkan_icd_link_args

We get away without this right now, but once we start calling enough of
the runtime that uses spirv-tools, this stops working due to pulling in
symbols that aren't marked as hidden.

So let's do add this, so we can properly hide all needless symbols.

Tested-by: Simon Perretta <simon.perretta@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
This commit is contained in:
Erik Faye-Lund 2025-09-15 18:33:09 +02:00 committed by Marge Bot
parent 4d3912abed
commit 3aff97a0b2

View file

@ -120,6 +120,7 @@ libvulkan_powervr_mesa = shared_library(
],
c_args : pvr_flags,
link_args : [
vulkan_icd_link_args,
ld_args_build_id,
ld_args_bsymbolic,
ld_args_gc_sections