1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02: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:
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
IPO
IRReader
AggressiveInstCombine
InstCombine
Instrumentation
Linker

View File

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

View File

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