From 21a7dfc48b6323178671a206c6bacda83c9ecd32 Mon Sep 17 00:00:00 2001 From: John McCall Date: Fri, 28 Jan 2011 20:10:46 +0000 Subject: [PATCH] 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 --- lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1