Skip to content

Commit 18cebdd

Browse files
committed
Work around a linker error caused by https://reviews.llvm.org/D56084.
This unbreaks all bots that build with -DLLVM_ENABLE_MODULES=1 llvm-svn: 350650
1 parent 4d3366e commit 18cebdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/tools/llvm-mca/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ set(LLVM_LINK_COMPONENTS
66
AllTargetsDescs
77
AllTargetsDisassemblers
88
AllTargetsInfos
9+
# FIXME: This works around a linker error with -DLLVM_BUILD_WITH_MODULES=1
10+
CodeGen
911
MCA
1012
MC
1113
MCParser

0 commit comments

Comments
 (0)