Module: Mesa Branch: main Commit: 8cf37fc8a83612292bef99b28d55a60740f0916c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cf37fc8a83612292bef99b28d55a60740f0916c
Author: Rhys Perry <[email protected]> Date: Thu Jul 22 11:13:31 2021 +0100 aco/tests: add idep_amdgfxregs_h Signed-off-by: Rhys Perry <[email protected]> Reviewed-by: Timur Kristóf <[email protected]> Fixes: 9bf30c4a5cb ("aco/tests: add tests for form_hard_clauses()") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12017> --- src/amd/compiler/tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/compiler/tests/meson.build b/src/amd/compiler/tests/meson.build index f72556cf3ef..7659df29aa4 100644 --- a/src/amd/compiler/tests/meson.build +++ b/src/amd/compiler/tests/meson.build @@ -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,
