mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 22:04:10 +00:00
Update CMake build.
llvm-svn: 105987
This commit is contained in:
parent
16d277a32b
commit
95ff722829
@ -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