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 | 3e808edac9e5a795ba561046e63d241ab09dffaf (patch) | |
| tree | fadd7f44593be31e3c62a1e33caac0756d4f2f6c /clang/lib/CodeGen | |
| parent | 39816d9157fa09b7a3519435c1ce4ad93ec42215 (diff) | |
| download | bcm5719-llvm-3e808edac9e5a795ba561046e63d241ab09dffaf.tar.gz bcm5719-llvm-3e808edac9e5a795ba561046e63d241ab09dffaf.zip | |
Lexically order files in CMakeLists.txt files.
llvm-svn: 75832
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CMakeLists.txt b/clang/lib/CodeGen/CMakeLists.txt index c206a3bdd20..26fd6448c62 100644 --- a/clang/lib/CodeGen/CMakeLists.txt +++ b/clang/lib/CodeGen/CMakeLists.txt @@ -1,17 +1,17 @@ set(LLVM_NO_RTTI 1) add_clang_library(clangCodeGen - CGBuiltin.cpp CGBlocks.cpp - CGCall.cpp + CGBuiltin.cpp CGCXX.cpp CGCXXTemp.cpp + CGCall.cpp CGDebugInfo.cpp CGDecl.cpp + CGExpr.cpp CGExprAgg.cpp CGExprComplex.cpp CGExprConstant.cpp - CGExpr.cpp CGExprScalar.cpp CGObjC.cpp CGObjCGNU.cpp |

