diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-07-15 21:08:16 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-07-15 21:08:16 +0000 |
commit | 129f8fea7b991a5a38ce147e6b2adcba475da817 (patch) | |
tree | 7cc32f96e0e939c4282f72d7ee080707694b6ff3 /lib/System | |
parent | 5a1ed776e7dd4212f92b58ac8c7d161fed581b10 (diff) | |
download | external_llvm-129f8fea7b991a5a38ce147e6b2adcba475da817.zip external_llvm-129f8fea7b991a5a38ce147e6b2adcba475da817.tar.gz external_llvm-129f8fea7b991a5a38ce147e6b2adcba475da817.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/System')
-rw-r--r-- | lib/System/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/CMakeLists.txt b/lib/System/CMakeLists.txt index bf7a0c6..8315f42 100644 --- a/lib/System/CMakeLists.txt +++ b/lib/System/CMakeLists.txt @@ -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 ) |