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