mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
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:
parent
13f5187064
commit
f47cd412fe
@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
IPO
|
||||
IRReader
|
||||
AggressiveInstCombine
|
||||
InstCombine
|
||||
Instrumentation
|
||||
Linker
|
||||
|
@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
Coroutines
|
||||
IPO
|
||||
IRReader
|
||||
AggressiveInstCombine
|
||||
InstCombine
|
||||
Instrumentation
|
||||
FuzzMutate
|
||||
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
IPO
|
||||
InstCombine
|
||||
MC
|
||||
MCJIT
|
||||
RuntimeDyld
|
||||
|
Loading…
Reference in New Issue
Block a user