From: John McCall Date: Fri, 28 Jan 2011 20:10:46 +0000 (+0000) Subject: Add my new file to the CMake lists, sorry about that. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21a7dfc48b6323178671a206c6bacda83c9ecd32;p=clang 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 --- 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