diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-07-23 15:15:06 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-07-23 15:15:06 +0000 |
commit | f6c4bc0bd23776acb6f2c34414cf389f8d5042d4 (patch) | |
tree | eb590f579b6162bc0955a4885710fcc3a96147af /lib | |
parent | 56a5d8087735438fcedea4ce3e22eb07d1d27e75 (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.txt | 1 |
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 |