r212445 - Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt
Tobias Grosser
tobias at grosser.es
Mon Jul 7 02:23:13 PDT 2014
Author: grosser
Date: Mon Jul 7 04:23:06 2014
New Revision: 212445
URL: http://llvm.org/viewvc/llvm-project?rev=212445&view=rev
Log:
Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt
This fixes the cmake builds.
Modified:
cfe/trunk/lib/CodeGen/CMakeLists.txt
Modified: cfe/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CMakeLists.txt?rev=212445&r1=212444&r2=212445&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ cfe/trunk/lib/CodeGen/CMakeLists.txt Mon Jul 7 04:23:06 2014
@@ -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
More information about the cfe-commits
mailing list