Module: Mesa Branch: staging/21.2 Commit: e83db91ff3c24dc91d154e22e061c06dc944aacd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e83db91ff3c24dc91d154e22e061c06dc944aacd
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> (cherry picked from commit 8cf37fc8a83612292bef99b28d55a60740f0916c) --- .pick_status.json | 2 +- src/amd/compiler/tests/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 9f39b9b73c7..6f514eb87d5 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -76,7 +76,7 @@ "description": "aco/tests: add idep_amdgfxregs_h", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "9bf30c4a5cba7e148da7ccb042906eff8a8ad96a" }, 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,
