mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +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
|
||||
TargetFrameInfo.cpp
|
||||
TargetInstrInfo.cpp
|
||||
TargetIntrinsicInfo.cpp
|
||||
TargetMachOWriterInfo.cpp
|
||||
TargetMachine.cpp
|
||||
TargetRegisterInfo.cpp
|
||||
|
@ -1,18 +1,19 @@
|
||||
add_llvm_library(LLVMipo
|
||||
FunctionAttrs.cpp
|
||||
ArgumentPromotion.cpp
|
||||
ConstantMerge.cpp
|
||||
DeadArgumentElimination.cpp
|
||||
DeadTypeElimination.cpp
|
||||
ExtractGV.cpp
|
||||
FunctionAttrs.cpp
|
||||
GlobalDCE.cpp
|
||||
GlobalOpt.cpp
|
||||
IPConstantPropagation.cpp
|
||||
IPO.cpp
|
||||
IndMemRemoval.cpp
|
||||
InlineAlways.cpp
|
||||
Inliner.cpp
|
||||
InlineSimple.cpp
|
||||
Inliner.cpp
|
||||
Internalize.cpp
|
||||
IPConstantPropagation.cpp
|
||||
LoopExtractor.cpp
|
||||
LowerSetJmp.cpp
|
||||
MergeFunctions.cpp
|
||||
|
@ -11,6 +11,7 @@ add_llvm_library(LLVMTransformUtils
|
||||
DemoteRegToStack.cpp
|
||||
InlineCost.cpp
|
||||
InlineFunction.cpp
|
||||
InstructionNamer.cpp
|
||||
LCSSA.cpp
|
||||
Local.cpp
|
||||
LoopSimplify.cpp
|
||||
@ -19,12 +20,11 @@ add_llvm_library(LLVMTransformUtils
|
||||
LowerSwitch.cpp
|
||||
Mem2Reg.cpp
|
||||
PromoteMemoryToRegister.cpp
|
||||
SimplifyCFG.cpp
|
||||
SSI.cpp
|
||||
SimplifyCFG.cpp
|
||||
UnifyFunctionExitNodes.cpp
|
||||
UnrollLoop.cpp
|
||||
ValueMapper.cpp
|
||||
InstructionNamer.cpp
|
||||
)
|
||||
|
||||
target_link_libraries (LLVMTransformUtils LLVMSupport)
|
||||
|
Loading…
Reference in New Issue
Block a user