mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Lexically order files in CMakeLists.txt files.
llvm-svn: 75831
This commit is contained in:
parent
0171f6bc65
commit
1ebb7e72fa
@ -6,15 +6,15 @@ add_llvm_library(LLVMAnalysis
|
||||
AliasSetTracker.cpp
|
||||
Analysis.cpp
|
||||
BasicAliasAnalysis.cpp
|
||||
CaptureTracking.cpp
|
||||
CFGPrinter.cpp
|
||||
CaptureTracking.cpp
|
||||
ConstantFolding.cpp
|
||||
DbgInfoPrinter.cpp
|
||||
DebugInfo.cpp
|
||||
IVUsers.cpp
|
||||
InstCount.cpp
|
||||
Interval.cpp
|
||||
IntervalPartition.cpp
|
||||
IVUsers.cpp
|
||||
LibCallAliasAnalysis.cpp
|
||||
LibCallSemantics.cpp
|
||||
LiveValues.cpp
|
||||
|
@ -9,13 +9,13 @@ add_llvm_library(LLVMSelectionDAG
|
||||
LegalizeTypesGeneric.cpp
|
||||
LegalizeVectorOps.cpp
|
||||
LegalizeVectorTypes.cpp
|
||||
ScheduleDAGSDNodes.cpp
|
||||
ScheduleDAGSDNodesEmit.cpp
|
||||
ScheduleDAGFast.cpp
|
||||
ScheduleDAGList.cpp
|
||||
ScheduleDAGRRList.cpp
|
||||
SelectionDAGBuild.cpp
|
||||
ScheduleDAGSDNodes.cpp
|
||||
ScheduleDAGSDNodesEmit.cpp
|
||||
SelectionDAG.cpp
|
||||
SelectionDAGBuild.cpp
|
||||
SelectionDAGISel.cpp
|
||||
SelectionDAGPrinter.cpp
|
||||
TargetLowering.cpp
|
||||
|
@ -13,9 +13,9 @@ add_llvm_library(LLVMSystem
|
||||
Program.cpp
|
||||
RWMutex.cpp
|
||||
Signals.cpp
|
||||
ThreadLocal.cpp
|
||||
Threading.cpp
|
||||
TimeValue.cpp
|
||||
ThreadLocal.cpp
|
||||
)
|
||||
|
||||
if( BUILD_SHARED_LIBS AND NOT WIN32 )
|
||||
|
@ -4,6 +4,6 @@ include_directories(
|
||||
)
|
||||
|
||||
add_llvm_library(LLVMCellSPUAsmPrinter
|
||||
SPUAsmPrinter.cpp
|
||||
SPUAsmPrinter.cpp
|
||||
)
|
||||
add_dependencies(LLVMCellSPUAsmPrinter CellSPUCodeGenTable_gen)
|
@ -4,6 +4,6 @@ include_directories(
|
||||
)
|
||||
|
||||
add_llvm_library(LLVMIA64AsmPrinter
|
||||
IA64AsmPrinter.cpp
|
||||
IA64AsmPrinter.cpp
|
||||
)
|
||||
add_dependencies(LLVMIA64AsmPrinter IA64CodeGenTable_gen)
|
@ -4,6 +4,6 @@ include_directories(
|
||||
)
|
||||
|
||||
add_llvm_library(LLVMMipsAsmPrinter
|
||||
MipsAsmPrinter.cpp
|
||||
MipsAsmPrinter.cpp
|
||||
)
|
||||
add_dependencies(LLVMMipsAsmPrinter MipsCodeGenTable_gen)
|
@ -13,8 +13,8 @@ add_llvm_library(LLVMCore
|
||||
Instruction.cpp
|
||||
Instructions.cpp
|
||||
IntrinsicInst.cpp
|
||||
LeakDetector.cpp
|
||||
LLVMContext.cpp
|
||||
LeakDetector.cpp
|
||||
Mangler.cpp
|
||||
Module.cpp
|
||||
ModuleProvider.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user