mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 23:20:41 +00:00
45b63793cf
llvm-svn: 58559
26 lines
508 B
CMake
26 lines
508 B
CMake
add_llvm_library(LLVMipo
|
|
AddReadAttrs.cpp
|
|
ArgumentPromotion.cpp
|
|
ConstantMerge.cpp
|
|
DeadArgumentElimination.cpp
|
|
DeadTypeElimination.cpp
|
|
ExtractGV.cpp
|
|
GlobalDCE.cpp
|
|
GlobalOpt.cpp
|
|
IndMemRemoval.cpp
|
|
InlineAlways.cpp
|
|
Inliner.cpp
|
|
InlineSimple.cpp
|
|
Internalize.cpp
|
|
IPConstantPropagation.cpp
|
|
LoopExtractor.cpp
|
|
LowerSetJmp.cpp
|
|
MergeFunctions.cpp
|
|
PartialSpecialization.cpp
|
|
PruneEH.cpp
|
|
RaiseAllocations.cpp
|
|
StripDeadPrototypes.cpp
|
|
StripSymbols.cpp
|
|
StructRetPromotion.cpp
|
|
)
|