aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/CMakeLists.txt
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-07-15 21:08:16 +0000
committerTed Kremenek <kremenek@apple.com>2009-07-15 21:08:16 +0000
commit193562982930fb7c094dbe2c8b10fd18a1fac1d6 (patch)
tree7cc32f96e0e939c4282f72d7ee080707694b6ff3 /lib/VMCore/CMakeLists.txt
parent23c8046a84af0cef7bdeeb2af3313821d274b974 (diff)
downloadexternal_llvm-193562982930fb7c094dbe2c8b10fd18a1fac1d6.zip
external_llvm-193562982930fb7c094dbe2c8b10fd18a1fac1d6.tar.gz
external_llvm-193562982930fb7c094dbe2c8b10fd18a1fac1d6.tar.bz2
Lexically order files in CMakeLists.txt files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/CMakeLists.txt')
-rw-r--r--lib/VMCore/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt
index c9cdce4..c0d5144 100644
--- a/lib/VMCore/CMakeLists.txt
+++ b/lib/VMCore/CMakeLists.txt
@@ -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