https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/112032
Attempt to fit sporadic precommit test failures in hip-partial-link.hip The driver really shouldn't be using llvm-mc in the first place though, filed #112031 to fix this. >From 7337759de47b0623f96241927b167e2ed413378d Mon Sep 17 00:00:00 2001 From: Matt Arsenault <matthew.arsena...@amd.com> Date: Fri, 11 Oct 2024 22:20:45 +0400 Subject: [PATCH] clang: Add llvm-mc to CLANG_TEST_DEPS Attempt to fit sporadic precommit test failures in hip-partial-link.hip The driver really shouldn't be using llvm-mc in the first place though, filed #112031 to fix this. --- clang/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/CMakeLists.txt b/clang/test/CMakeLists.txt index 2d84b0d73053f6..98829d53db934f 100644 --- a/clang/test/CMakeLists.txt +++ b/clang/test/CMakeLists.txt @@ -127,6 +127,7 @@ if( NOT CLANG_BUILT_STANDALONE ) llvm-dwarfdump llvm-ifs llvm-lto2 + llvm-mc llvm-modextract llvm-nm llvm-objcopy _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits