diff options
author | John McCall <rjmccall@apple.com> | 2011-01-28 20:10:46 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2011-01-28 20:10:46 +0000 |
commit | 21a7dfc48b6323178671a206c6bacda83c9ecd32 (patch) | |
tree | d7508925a892c259c158f306cd7c32d97bacd2e6 | |
parent | 76a6d509455729de6cf1efa2a4691de50a9c87bb (diff) |
Add my new file to the CMake lists, sorry about that.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124503 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 1f33678993..4da6368ca1 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -10,6 +10,7 @@ add_clang_library(clangCodeGen CGClass.cpp CGCXX.cpp CGCXXABI.cpp + CGCleanup.cpp CGDebugInfo.cpp CGDecl.cpp CGDeclCXX.cpp |