From: Tobias Grosser Date: Mon, 7 Jul 2014 09:23:06 +0000 (+0000) Subject: Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e680eaf9e63048738c276962282c14de59cffa30;p=platform%2Fupstream%2Fllvm.git Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt This fixes the cmake builds. llvm-svn: 212445 --- 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