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:
Adrian Prantl 2019-01-08 20:38:22 +00:00
parent 4d3366e257
commit 18cebdd121
1 changed files with 2 additions and 0 deletions

View File

@ -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