aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-12-10 00:16:00 +0000
committerAnders Carlsson <andersca@mac.com>2009-12-10 00:16:00 +0000
commit5ec2e7ccb08b2a1598f12b2c6f59c6f31d035b5b (patch)
treecf6df4a2353a8a42a6a99602607285a41cc4be37 /lib/CodeGen/CMakeLists.txt
parent68f7a2426227476bcfa33ada70b708c82419dfdc (diff)
Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index a1fb5ad745..3c26484740 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -8,6 +8,7 @@ add_clang_library(clangCodeGen
CGCXX.cpp
CGDebugInfo.cpp
CGDecl.cpp
+ CGDeclCXX.cpp
CGException.cpp
CGExpr.cpp
CGExprAgg.cpp