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:
@@ -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],
|
||||
),
|
||||
|
Reference in New Issue
Block a user