From 8cf37fc8a83612292bef99b28d55a60740f0916c Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Thu, 22 Jul 2021 11:13:31 +0100 Subject: [PATCH] aco/tests: add idep_amdgfxregs_h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rhys Perry Reviewed-by: Timur Kristóf Fixes: 9bf30c4a5cb ("aco/tests: add tests for form_hard_clauses()") Part-of: --- 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,