From: Douglas Gregor Date: Thu, 23 Jul 2009 15:15:06 +0000 (+0000) Subject: Unbreak the CMake build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6c4bc0bd23776acb6f2c34414cf389f8d5042d4;p=clang Unbreak the CMake build git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76878 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 26fd6448c6..72224cf93e 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -16,6 +16,7 @@ add_clang_library(clangCodeGen CGObjC.cpp CGObjCGNU.cpp CGObjCMac.cpp + CGRecordLayoutBuilder.cpp CGStmt.cpp CodeGenFunction.cpp CodeGenModule.cpp