Skip to content

Commit 1ac6ef5

Browse files
authored
clang: Add llvm-mc to CLANG_TEST_DEPS (#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.
1 parent 0fba838 commit 1ac6ef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ if( NOT CLANG_BUILT_STANDALONE )
127127
llvm-dwarfdump
128128
llvm-ifs
129129
llvm-lto2
130+
llvm-mc
130131
llvm-modextract
131132
llvm-nm
132133
llvm-objcopy

0 commit comments

Comments
 (0)