From 2aff97c9e6f726f9d5324f80e9f93f99bfbbd9f5 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 23 Jul 2009 15:15:06 +0000 Subject: [PATCH] Unbreak the CMake build llvm-svn: 76878 --- clang/lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/lib/CodeGen/CMakeLists.txt b/clang/lib/CodeGen/CMakeLists.txt index 26fd6448c622..72224cf93e61 100644 --- a/clang/lib/CodeGen/CMakeLists.txt +++ b/clang/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