Update CMake file (lexically order files).
authorTed Kremenek <kremenek@apple.com>
Tue, 13 Oct 2009 18:57:27 +0000 (18:57 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 13 Oct 2009 18:57:27 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84008 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/AsmPrinter/CMakeLists.txt

index 8aec1e860a5849a8fe63c2d3c9d071a4351d7a4b..b70a587ec4e2491ba4cd278e2782989e3290bb67 100644 (file)
@@ -1,8 +1,8 @@
 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
 
 add_llvm_library(LLVMX86AsmPrinter
-  X86AsmPrinter.cpp
   X86ATTInstPrinter.cpp
+  X86AsmPrinter.cpp
   X86IntelInstPrinter.cpp
   X86MCInstLower.cpp
   )