freedreno/ir3: Add missing ld_args_build_id to the ir3_delay unit test.

It triggers the disk cache for me, and asserts abount not getting the
build id right.

Fixes: f97acb4bb4 ("freedreno/ir3: disk-cache support")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5989>
This commit is contained in:
Eric Anholt
2020-07-20 10:06:02 -07:00
committed by Marge Bot
parent 3688da2192
commit d973e50f69

View File

@@ -131,6 +131,7 @@ test('ir3_delay_test',
'ir3_delay_test',
'tests/delay.c',
link_with: libfreedreno_ir3,
link_args: ld_args_build_id,
dependencies: [idep_mesautil, idep_nir],
include_directories: [inc_freedreno, inc_include, inc_src, inc_mesa, inc_gallium],
),