forked from OSchip/llvm-project
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:
parent
68e0daedcf
commit
e931b02616
|
@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
Coverage
|
||||
IPO
|
||||
IRReader
|
||||
AggressiveInstCombine
|
||||
InstCombine
|
||||
Instrumentation
|
||||
LTO
|
||||
|
|
|
@ -4,6 +4,7 @@ set( LLVM_LINK_COMPONENTS
|
|||
CodeGen
|
||||
Core
|
||||
IPO
|
||||
AggressiveInstCombine
|
||||
InstCombine
|
||||
Instrumentation
|
||||
MC
|
||||
|
|
Loading…
Reference in New Issue