summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-07-15 21:08:41 +0000
committerTed Kremenek <kremenek@apple.com>2009-07-15 21:08:41 +0000
commit3e808edac9e5a795ba561046e63d241ab09dffaf (patch)
treefadd7f44593be31e3c62a1e33caac0756d4f2f6c /clang/lib/Frontend
parent39816d9157fa09b7a3519435c1ce4ad93ec42215 (diff)
downloadbcm5719-llvm-3e808edac9e5a795ba561046e63d241ab09dffaf.tar.gz
bcm5719-llvm-3e808edac9e5a795ba561046e63d241ab09dffaf.zip
Lexically order files in CMakeLists.txt files.
llvm-svn: 75832
Diffstat (limited to 'clang/lib/Frontend')
-rw-r--r--clang/lib/Frontend/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CMakeLists.txt b/clang/lib/Frontend/CMakeLists.txt
index 5e94e656172..9574ebafd3e 100644
--- a/clang/lib/Frontend/CMakeLists.txt
+++ b/clang/lib/Frontend/CMakeLists.txt
@@ -1,9 +1,9 @@
set(LLVM_NO_RTTI 1)
add_clang_library(clangFrontend
- AnalysisConsumer.cpp
ASTConsumers.cpp
ASTUnit.cpp
+ AnalysisConsumer.cpp
Backend.cpp
CacheTokens.cpp
DeclXML.cpp
OpenPOWER on IntegriCloud