mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 09:16: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
|
Core
|
||||||
IPO
|
IPO
|
||||||
IRReader
|
IRReader
|
||||||
|
AggressiveInstCombine
|
||||||
InstCombine
|
InstCombine
|
||||||
Instrumentation
|
Instrumentation
|
||||||
Linker
|
Linker
|
||||||
|
@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
Coroutines
|
Coroutines
|
||||||
IPO
|
IPO
|
||||||
IRReader
|
IRReader
|
||||||
|
AggressiveInstCombine
|
||||||
InstCombine
|
InstCombine
|
||||||
Instrumentation
|
Instrumentation
|
||||||
FuzzMutate
|
FuzzMutate
|
||||||
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
Core
|
Core
|
||||||
ExecutionEngine
|
ExecutionEngine
|
||||||
IPO
|
IPO
|
||||||
|
InstCombine
|
||||||
MC
|
MC
|
||||||
MCJIT
|
MCJIT
|
||||||
RuntimeDyld
|
RuntimeDyld
|
||||||
|
Loading…
x
Reference in New Issue
Block a user