mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 17:37:24 +00:00
25 lines
487 B
CMake
25 lines
487 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
|
||
|
PartialSpecialization.cpp
|
||
|
PruneEH.cpp
|
||
|
RaiseAllocations.cpp
|
||
|
StripDeadPrototypes.cpp
|
||
|
StripSymbols.cpp
|
||
|
StructRetPromotion.cpp
|
||
|
)
|