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: 330694
This commit is contained in:
Roman Lebedev 2018-04-24 08:40:44 +00:00
parent 68e0daedcf
commit e931b02616
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
Coverage
IPO
IRReader
AggressiveInstCombine
InstCombine
Instrumentation
LTO

View File

@ -4,6 +4,7 @@ set( LLVM_LINK_COMPONENTS
CodeGen
Core
IPO
AggressiveInstCombine
InstCombine
Instrumentation
MC