mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Update CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105987 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b559f070a
commit
76863b16c6
@ -1,6 +1,6 @@
|
|||||||
add_llvm_library(LLVMCodeGen
|
add_llvm_library(LLVMCodeGen
|
||||||
Analysis.cpp
|
|
||||||
AggressiveAntiDepBreaker.cpp
|
AggressiveAntiDepBreaker.cpp
|
||||||
|
Analysis.cpp
|
||||||
BranchFolding.cpp
|
BranchFolding.cpp
|
||||||
CalcSpillWeights.cpp
|
CalcSpillWeights.cpp
|
||||||
CodePlacementOpt.cpp
|
CodePlacementOpt.cpp
|
||||||
@ -9,7 +9,6 @@ add_llvm_library(LLVMCodeGen
|
|||||||
DwarfEHPrepare.cpp
|
DwarfEHPrepare.cpp
|
||||||
ELFCodeEmitter.cpp
|
ELFCodeEmitter.cpp
|
||||||
ELFWriter.cpp
|
ELFWriter.cpp
|
||||||
ExactHazardRecognizer.cpp
|
|
||||||
GCMetadata.cpp
|
GCMetadata.cpp
|
||||||
GCMetadataPrinter.cpp
|
GCMetadataPrinter.cpp
|
||||||
GCStrategy.cpp
|
GCStrategy.cpp
|
||||||
@ -45,6 +44,7 @@ add_llvm_library(LLVMCodeGen
|
|||||||
OptimizePHIs.cpp
|
OptimizePHIs.cpp
|
||||||
PHIElimination.cpp
|
PHIElimination.cpp
|
||||||
Passes.cpp
|
Passes.cpp
|
||||||
|
PostRAHazardRecognizer.cpp
|
||||||
PostRASchedulerList.cpp
|
PostRASchedulerList.cpp
|
||||||
PreAllocSplitting.cpp
|
PreAllocSplitting.cpp
|
||||||
ProcessImplicitDefs.cpp
|
ProcessImplicitDefs.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user