mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
IPO needs ScalarOpts and InstCombine in its libs
The commit "Adding IPSCCP and Internalize passes to the C-bindings" introduced new dependencies for IPO. Add these to the CMAKE build as otherwise the BUILD_SHARED_LIBS=1 build fails. llvm-svn: 101313
This commit is contained in:
parent
a793a40572
commit
ff64e0fb16
@ -23,3 +23,5 @@ add_llvm_library(LLVMipo
|
||||
StripSymbols.cpp
|
||||
StructRetPromotion.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMipo LLVMScalarOpts LLVMInstCombine)
|
||||
|
Loading…
Reference in New Issue
Block a user