diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-07-15 21:08:41 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-07-15 21:08:41 +0000 |
commit | b3b73642bfb4417d6312725ad6cc8d73ae143aca (patch) | |
tree | 73d8de7ccd354283f780b14e8af3073e1384eb85 /lib/Frontend | |
parent | f7d47c04d0a54c6a0359befff87ffb269db7afc6 (diff) |
Lexically order files in CMakeLists.txt files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend')
-rw-r--r-- | lib/Frontend/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/CMakeLists.txt b/lib/Frontend/CMakeLists.txt index 5e94e65617..9574ebafd3 100644 --- a/lib/Frontend/CMakeLists.txt +++ b/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 |