aco/tests: add idep_amdgfxregs_h

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Fixes: 9bf30c4a5c ("aco/tests: add tests for form_hard_clauses()")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12017>
This commit is contained in:
Rhys Perry 2021-07-22 11:13:31 +01:00
parent 525dd54717
commit 8cf37fc8a8

View file

@ -61,7 +61,7 @@ test(
libamd_common, libamd_common_llvm, libvulkan_radeon,
],
dependencies : [
dep_llvm, dep_thread, idep_aco, idep_nir, idep_mesautil, idep_vulkan_util_headers,
dep_llvm, dep_thread, idep_aco, idep_nir, idep_mesautil, idep_vulkan_util_headers, idep_amdgfxregs_h,
],
gnu_symbol_visibility : 'hidden',
build_by_default : true,