From e680eaf9e63048738c276962282c14de59cffa30 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 7 Jul 2014 09:23:06 +0000 Subject: [PATCH] Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt This fixes the cmake builds. llvm-svn: 212445 --- clang/lib/CodeGen/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/lib/CodeGen/CMakeLists.txt b/clang/lib/CodeGen/CMakeLists.txt index bb655c2..ccc6e3b 100644 --- a/clang/lib/CodeGen/CMakeLists.txt +++ b/clang/lib/CodeGen/CMakeLists.txt @@ -46,6 +46,7 @@ add_clang_library(clangCodeGen CGOpenCLRuntime.cpp CGOpenMPRuntime.cpp CGRecordLayoutBuilder.cpp + CGRTTI.cpp CGStmt.cpp CGStmtOpenMP.cpp CGVTT.cpp @@ -59,6 +60,7 @@ add_clang_library(clangCodeGen CodeGenTypes.cpp ItaniumCXXABI.cpp MicrosoftCXXABI.cpp + MicrosoftRTTI.cpp ModuleBuilder.cpp TargetInfo.cpp -- 2.7.4