Skip to content

Commit 54984f5

Browse files
authored
Add llvm-mca to the list of toolchain tools (#72840)
It's a user-facing tool, so including it makes sense. Fixes #72754
1 parent 9bdbb82 commit 54984f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/cmake/modules/AddLLVM.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,6 +1311,7 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
13111311
llvm-dwp
13121312
llvm-ranlib
13131313
llvm-lib
1314+
llvm-mca
13141315
llvm-ml
13151316
llvm-nm
13161317
llvm-objcopy

0 commit comments

Comments
 (0)