[clang] clang: Add llvm-mc to CLANG_TEST_DEPS (PR #112032)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 11 11:23:07 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Matt Arsenault (arsenm)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/112032.diff
1 Files Affected:
- (modified) clang/test/CMakeLists.txt (+1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/112032
More information about the cfe-commits
mailing list