mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d1ec11a850
commit
a76b334d44
@ -23,3 +23,5 @@ add_llvm_library(LLVMipo
|
||||
StripSymbols.cpp
|
||||
StructRetPromotion.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMipo LLVMScalarOpts LLVMInstCombine)
|
||||
|
Loading…
x
Reference in New Issue
Block a user