summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System
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
commit39816d9157fa09b7a3519435c1ce4ad93ec42215 (patch)
tree50ba99fc2bdd4813cb6abf87cd91d9b7737b7459 /llvm/lib/System
parent8ee7e405dc3ff248c14094cc26842c7d5b00e0b8 (diff)
downloadbcm5719-llvm-39816d9157fa09b7a3519435c1ce4ad93ec42215.tar.gz
bcm5719-llvm-39816d9157fa09b7a3519435c1ce4ad93ec42215.zip
Lexically order files in CMakeLists.txt files.
llvm-svn: 75831
Diffstat (limited to 'llvm/lib/System')
-rw-r--r--llvm/lib/System/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/CMakeLists.txt b/llvm/lib/System/CMakeLists.txt
index bf7a0c601e8..8315f422b3b 100644
--- a/llvm/lib/System/CMakeLists.txt
+++ b/llvm/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 )
OpenPOWER on IntegriCloud