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
|
AliasSetTracker.cpp
|
||||||
Analysis.cpp
|
Analysis.cpp
|
||||||
BasicAliasAnalysis.cpp
|
BasicAliasAnalysis.cpp
|
||||||
CaptureTracking.cpp
|
|
||||||
CFGPrinter.cpp
|
CFGPrinter.cpp
|
||||||
|
CaptureTracking.cpp
|
||||||
ConstantFolding.cpp
|
ConstantFolding.cpp
|
||||||
DbgInfoPrinter.cpp
|
DbgInfoPrinter.cpp
|
||||||
DebugInfo.cpp
|
DebugInfo.cpp
|
||||||
|
IVUsers.cpp
|
||||||
InstCount.cpp
|
InstCount.cpp
|
||||||
Interval.cpp
|
Interval.cpp
|
||||||
IntervalPartition.cpp
|
IntervalPartition.cpp
|
||||||
IVUsers.cpp
|
|
||||||
LibCallAliasAnalysis.cpp
|
LibCallAliasAnalysis.cpp
|
||||||
LibCallSemantics.cpp
|
LibCallSemantics.cpp
|
||||||
LiveValues.cpp
|
LiveValues.cpp
|
||||||
|
@ -9,13 +9,13 @@ add_llvm_library(LLVMSelectionDAG
|
|||||||
LegalizeTypesGeneric.cpp
|
LegalizeTypesGeneric.cpp
|
||||||
LegalizeVectorOps.cpp
|
LegalizeVectorOps.cpp
|
||||||
LegalizeVectorTypes.cpp
|
LegalizeVectorTypes.cpp
|
||||||
ScheduleDAGSDNodes.cpp
|
|
||||||
ScheduleDAGSDNodesEmit.cpp
|
|
||||||
ScheduleDAGFast.cpp
|
ScheduleDAGFast.cpp
|
||||||
ScheduleDAGList.cpp
|
ScheduleDAGList.cpp
|
||||||
ScheduleDAGRRList.cpp
|
ScheduleDAGRRList.cpp
|
||||||
SelectionDAGBuild.cpp
|
ScheduleDAGSDNodes.cpp
|
||||||
|
ScheduleDAGSDNodesEmit.cpp
|
||||||
SelectionDAG.cpp
|
SelectionDAG.cpp
|
||||||
|
SelectionDAGBuild.cpp
|
||||||
SelectionDAGISel.cpp
|
SelectionDAGISel.cpp
|
||||||
SelectionDAGPrinter.cpp
|
SelectionDAGPrinter.cpp
|
||||||
TargetLowering.cpp
|
TargetLowering.cpp
|
||||||
|
@ -13,9 +13,9 @@ add_llvm_library(LLVMSystem
|
|||||||
Program.cpp
|
Program.cpp
|
||||||
RWMutex.cpp
|
RWMutex.cpp
|
||||||
Signals.cpp
|
Signals.cpp
|
||||||
|
ThreadLocal.cpp
|
||||||
Threading.cpp
|
Threading.cpp
|
||||||
TimeValue.cpp
|
TimeValue.cpp
|
||||||
ThreadLocal.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if( BUILD_SHARED_LIBS AND NOT WIN32 )
|
if( BUILD_SHARED_LIBS AND NOT WIN32 )
|
||||||
|
@ -4,6 +4,6 @@ include_directories(
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_library(LLVMCellSPUAsmPrinter
|
add_llvm_library(LLVMCellSPUAsmPrinter
|
||||||
SPUAsmPrinter.cpp
|
SPUAsmPrinter.cpp
|
||||||
)
|
)
|
||||||
add_dependencies(LLVMCellSPUAsmPrinter CellSPUCodeGenTable_gen)
|
add_dependencies(LLVMCellSPUAsmPrinter CellSPUCodeGenTable_gen)
|
@ -4,6 +4,6 @@ include_directories(
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_library(LLVMIA64AsmPrinter
|
add_llvm_library(LLVMIA64AsmPrinter
|
||||||
IA64AsmPrinter.cpp
|
IA64AsmPrinter.cpp
|
||||||
)
|
)
|
||||||
add_dependencies(LLVMIA64AsmPrinter IA64CodeGenTable_gen)
|
add_dependencies(LLVMIA64AsmPrinter IA64CodeGenTable_gen)
|
@ -4,6 +4,6 @@ include_directories(
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_library(LLVMMipsAsmPrinter
|
add_llvm_library(LLVMMipsAsmPrinter
|
||||||
MipsAsmPrinter.cpp
|
MipsAsmPrinter.cpp
|
||||||
)
|
)
|
||||||
add_dependencies(LLVMMipsAsmPrinter MipsCodeGenTable_gen)
|
add_dependencies(LLVMMipsAsmPrinter MipsCodeGenTable_gen)
|
@ -13,8 +13,8 @@ add_llvm_library(LLVMCore
|
|||||||
Instruction.cpp
|
Instruction.cpp
|
||||||
Instructions.cpp
|
Instructions.cpp
|
||||||
IntrinsicInst.cpp
|
IntrinsicInst.cpp
|
||||||
LeakDetector.cpp
|
|
||||||
LLVMContext.cpp
|
LLVMContext.cpp
|
||||||
|
LeakDetector.cpp
|
||||||
Mangler.cpp
|
Mangler.cpp
|
||||||
Module.cpp
|
Module.cpp
|
||||||
ModuleProvider.cpp
|
ModuleProvider.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user