forked from OSchip/llvm-project
33 lines
563 B
CMake
33 lines
563 B
CMake
add_llvm_library(LLVMipo
|
|
ArgumentPromotion.cpp
|
|
ConstantMerge.cpp
|
|
DeadArgumentElimination.cpp
|
|
ExtractGV.cpp
|
|
FunctionAttrs.cpp
|
|
GlobalDCE.cpp
|
|
GlobalOpt.cpp
|
|
IPConstantPropagation.cpp
|
|
IPO.cpp
|
|
InlineAlways.cpp
|
|
InlineSimple.cpp
|
|
Inliner.cpp
|
|
Internalize.cpp
|
|
LoopExtractor.cpp
|
|
LowerSetJmp.cpp
|
|
MergeFunctions.cpp
|
|
PartialInlining.cpp
|
|
PruneEH.cpp
|
|
StripDeadPrototypes.cpp
|
|
StripSymbols.cpp
|
|
)
|
|
|
|
add_llvm_library_dependencies(LLVMipo
|
|
LLVMAnalysis
|
|
LLVMCore
|
|
LLVMScalarOpts
|
|
LLVMSupport
|
|
LLVMTarget
|
|
LLVMTransformUtils
|
|
LLVMipa
|
|
)
|