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
|
||||
Analysis.cpp
|
||||
AggressiveAntiDepBreaker.cpp
|
||||
Analysis.cpp
|
||||
BranchFolding.cpp
|
||||
CalcSpillWeights.cpp
|
||||
CodePlacementOpt.cpp
|
||||
@ -9,7 +9,6 @@ add_llvm_library(LLVMCodeGen
|
||||
DwarfEHPrepare.cpp
|
||||
ELFCodeEmitter.cpp
|
||||
ELFWriter.cpp
|
||||
ExactHazardRecognizer.cpp
|
||||
GCMetadata.cpp
|
||||
GCMetadataPrinter.cpp
|
||||
GCStrategy.cpp
|
||||
@ -45,6 +44,7 @@ add_llvm_library(LLVMCodeGen
|
||||
OptimizePHIs.cpp
|
||||
PHIElimination.cpp
|
||||
Passes.cpp
|
||||
PostRAHazardRecognizer.cpp
|
||||
PostRASchedulerList.cpp
|
||||
PreAllocSplitting.cpp
|
||||
ProcessImplicitDefs.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user