Lexically order files in CMakeLists.txt files.
authorTed Kremenek <kremenek@apple.com>
Wed, 15 Jul 2009 21:08:16 +0000 (21:08 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 15 Jul 2009 21:08:16 +0000 (21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75831 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CMakeLists.txt
lib/CodeGen/SelectionDAG/CMakeLists.txt
lib/System/CMakeLists.txt
lib/Target/CellSPU/AsmPrinter/CMakeLists.txt
lib/Target/IA64/AsmPrinter/CMakeLists.txt
lib/Target/Mips/AsmPrinter/CMakeLists.txt
lib/VMCore/CMakeLists.txt

index 121ac63df12d0a3db22f5080651943a6c416c971..e9ab9028b0b4ae10576d0fe2c3fb70972c4e1fd9 100644 (file)
@@ -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
index 4ffe88fda5a59cdff83154af3c746b06ae5227c1..dfa91cfadb2d0b03a3ba3c69818b12188b570a6f 100644 (file)
@@ -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
index bf7a0c601e8590453b651a2e2ccadb6ec0bd2f87..8315f422b3b62e93c1d68327caff74091d38cf31 100644 (file)
@@ -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 )
index 9684e63a60de4e8de72382883364b2b3164b15f9..1e508fe18908c83552f4ed9faf31c38b17c25d1e 100644 (file)
@@ -4,6 +4,6 @@ include_directories(
   )\r
 \r
 add_llvm_library(LLVMCellSPUAsmPrinter\r
-  SPUAsmPrinter.cpp\r
+  SPUAsmPrinter.cpp
   )\r
 add_dependencies(LLVMCellSPUAsmPrinter CellSPUCodeGenTable_gen)
\ No newline at end of file
index ffe0eed03cb97a72e4902c2a757be31c71f646c4..cff386e0ec6f842aaa6e488d801e7b4a842cced3 100644 (file)
@@ -4,6 +4,6 @@ include_directories(
   )\r
 \r
 add_llvm_library(LLVMIA64AsmPrinter\r
-  IA64AsmPrinter.cpp\r
+  IA64AsmPrinter.cpp
   )\r
 add_dependencies(LLVMIA64AsmPrinter IA64CodeGenTable_gen)
\ No newline at end of file
index 197cc2921edbe8a46c23a76527c66aed38532c24..56c68a6b416004f653ce04e4b6c2dc66dc94956b 100644 (file)
@@ -4,6 +4,6 @@ include_directories(
   )\r
 \r
 add_llvm_library(LLVMMipsAsmPrinter\r
-  MipsAsmPrinter.cpp\r
+  MipsAsmPrinter.cpp
   )\r
 add_dependencies(LLVMMipsAsmPrinter MipsCodeGenTable_gen)
\ No newline at end of file
index c9cdce4789d3024b41f58260694ca5f1d17ee3f5..c0d5144a513765f992fdcbebe3f5f8cb9ee12971 100644 (file)
@@ -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