intel/compiler: Explicitly include build-id when linking intel_clc

Ensure that the program will have a build-id.

Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18924>
This commit is contained in:
Caio Oliveira 2022-10-01 00:36:59 -07:00 committed by Marge Bot
parent 3246889fb0
commit 6cda887ac6

View file

@ -175,6 +175,7 @@ if with_intel_clc
],
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_intel],
c_args : [pre_args, no_override_init_args],
link_args : [ld_args_build_id],
dependencies : [idep_nir, idep_clc, idep_mesautil],
native : true,
)