Link to AggressiveInstCombine in a few places. Unbreaks build for me.

/usr/local/bin/ld.lld: error: undefined symbol: llvm::createAggressiveInstCombinerPass()
>>> referenced by cc1_main.cpp
>>>               tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o:(_GLOBAL__sub_I_cc1_main.cpp)

And so on

The bot coverage is clearly missing.

llvm-svn: 330693
This commit is contained in:
Roman Lebedev 2018-04-24 08:40:37 +00:00
parent 13f5187064
commit f47cd412fe
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
Core Core
IPO IPO
IRReader IRReader
AggressiveInstCombine
InstCombine InstCombine
Instrumentation Instrumentation
Linker Linker

View File

@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
Coroutines Coroutines
IPO IPO
IRReader IRReader
AggressiveInstCombine
InstCombine InstCombine
Instrumentation Instrumentation
FuzzMutate FuzzMutate

View File

@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
Core Core
ExecutionEngine ExecutionEngine
IPO IPO
InstCombine
MC MC
MCJIT MCJIT
RuntimeDyld RuntimeDyld