Skip to content

panvk: Link with --build-id explicitly

Yao Zi requested to merge ziyao233/mesa:panvk/fix-build-id into main

What does this MR do and why?

panvk: Link with --build-id explicitly

panvk provides driver UUID generated from build id of the dynamic
library, but ld_args_build_id isn't used during linking. This leads to
broken drivers when building mesa with a toolchain defaults to
--no-build-id. Let's specify the flag explicitly.

Fixes: 8ea2931ed1f ("panvk: Generate proper device and driver UUIDs")
Signed-off-by: Yao Zi <ziyao@disroot.org>

Merge request reports

Loading