forked from OSchip/llvm-project
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
This commit is contained in:
parent
4d3366e257
commit
18cebdd121
|
@ -6,6 +6,8 @@ set(LLVM_LINK_COMPONENTS
|
|||
AllTargetsDescs
|
||||
AllTargetsDisassemblers
|
||||
AllTargetsInfos
|
||||
# FIXME: This works around a linker error with -DLLVM_BUILD_WITH_MODULES=1
|
||||
CodeGen
|
||||
MCA
|
||||
MC
|
||||
MCParser
|
||||
|
|
Loading…
Reference in New Issue