-
Notifications
You must be signed in to change notification settings - Fork 14.3k
clang: Add llvm-mc to CLANG_TEST_DEPS #112032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
@llvm/pr-subscribers-clang Author: Matt Arsenault (arsenm) ChangesAttempt to fit sporadic precommit test failures in The driver really shouldn't be using llvm-mc in the first place Full diff: https://github.com/llvm/llvm-project/pull/112032.diff 1 Files Affected:
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
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/159/builds/8046 Here is the relevant piece of the build log for the reference
|
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 llvm#112031 to fix this.
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.