Skip to content

Commit

Permalink
clang: Add llvm-mc to CLANG_TEST_DEPS (#112032)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
arsenm authored Oct 12, 2024
1 parent 0fba838 commit 1ac6ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ if( NOT CLANG_BUILT_STANDALONE )
llvm-dwarfdump
llvm-ifs
llvm-lto2
llvm-mc
llvm-modextract
llvm-nm
llvm-objcopy
Expand Down

0 comments on commit 1ac6ef5

Please sign in to comment.