mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Update CMake files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76595 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2701b4e72
commit
c55db82cd0
@ -8,6 +8,7 @@ add_llvm_library(LLVMTarget
|
|||||||
TargetELFWriterInfo.cpp
|
TargetELFWriterInfo.cpp
|
||||||
TargetFrameInfo.cpp
|
TargetFrameInfo.cpp
|
||||||
TargetInstrInfo.cpp
|
TargetInstrInfo.cpp
|
||||||
|
TargetIntrinsicInfo.cpp
|
||||||
TargetMachOWriterInfo.cpp
|
TargetMachOWriterInfo.cpp
|
||||||
TargetMachine.cpp
|
TargetMachine.cpp
|
||||||
TargetRegisterInfo.cpp
|
TargetRegisterInfo.cpp
|
||||||
|
@ -1,18 +1,19 @@
|
|||||||
add_llvm_library(LLVMipo
|
add_llvm_library(LLVMipo
|
||||||
FunctionAttrs.cpp
|
|
||||||
ArgumentPromotion.cpp
|
ArgumentPromotion.cpp
|
||||||
ConstantMerge.cpp
|
ConstantMerge.cpp
|
||||||
DeadArgumentElimination.cpp
|
DeadArgumentElimination.cpp
|
||||||
DeadTypeElimination.cpp
|
DeadTypeElimination.cpp
|
||||||
ExtractGV.cpp
|
ExtractGV.cpp
|
||||||
|
FunctionAttrs.cpp
|
||||||
GlobalDCE.cpp
|
GlobalDCE.cpp
|
||||||
GlobalOpt.cpp
|
GlobalOpt.cpp
|
||||||
|
IPConstantPropagation.cpp
|
||||||
|
IPO.cpp
|
||||||
IndMemRemoval.cpp
|
IndMemRemoval.cpp
|
||||||
InlineAlways.cpp
|
InlineAlways.cpp
|
||||||
Inliner.cpp
|
|
||||||
InlineSimple.cpp
|
InlineSimple.cpp
|
||||||
|
Inliner.cpp
|
||||||
Internalize.cpp
|
Internalize.cpp
|
||||||
IPConstantPropagation.cpp
|
|
||||||
LoopExtractor.cpp
|
LoopExtractor.cpp
|
||||||
LowerSetJmp.cpp
|
LowerSetJmp.cpp
|
||||||
MergeFunctions.cpp
|
MergeFunctions.cpp
|
||||||
|
@ -11,6 +11,7 @@ add_llvm_library(LLVMTransformUtils
|
|||||||
DemoteRegToStack.cpp
|
DemoteRegToStack.cpp
|
||||||
InlineCost.cpp
|
InlineCost.cpp
|
||||||
InlineFunction.cpp
|
InlineFunction.cpp
|
||||||
|
InstructionNamer.cpp
|
||||||
LCSSA.cpp
|
LCSSA.cpp
|
||||||
Local.cpp
|
Local.cpp
|
||||||
LoopSimplify.cpp
|
LoopSimplify.cpp
|
||||||
@ -19,12 +20,11 @@ add_llvm_library(LLVMTransformUtils
|
|||||||
LowerSwitch.cpp
|
LowerSwitch.cpp
|
||||||
Mem2Reg.cpp
|
Mem2Reg.cpp
|
||||||
PromoteMemoryToRegister.cpp
|
PromoteMemoryToRegister.cpp
|
||||||
SimplifyCFG.cpp
|
|
||||||
SSI.cpp
|
SSI.cpp
|
||||||
|
SimplifyCFG.cpp
|
||||||
UnifyFunctionExitNodes.cpp
|
UnifyFunctionExitNodes.cpp
|
||||||
UnrollLoop.cpp
|
UnrollLoop.cpp
|
||||||
ValueMapper.cpp
|
ValueMapper.cpp
|
||||||
InstructionNamer.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries (LLVMTransformUtils LLVMSupport)
|
target_link_libraries (LLVMTransformUtils LLVMSupport)
|
||||||
|
Loading…
Reference in New Issue
Block a user