aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-07-23 15:15:06 +0000
committerDouglas Gregor <dgregor@apple.com>2009-07-23 15:15:06 +0000
commitf6c4bc0bd23776acb6f2c34414cf389f8d5042d4 (patch)
treeeb590f579b6162bc0955a4885710fcc3a96147af /lib
parent56a5d8087735438fcedea4ce3e22eb07d1d27e75 (diff)
Unbreak the CMake build
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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