summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
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/CodeGen
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/CodeGen')
-rw-r--r--clang/lib/CodeGen/CMakeLists.txt6
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
OpenPOWER on IntegriCloud