Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt
authorTobias Grosser <tobias@grosser.es>
Mon, 7 Jul 2014 09:23:06 +0000 (09:23 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 7 Jul 2014 09:23:06 +0000 (09:23 +0000)
This fixes the cmake builds.

llvm-svn: 212445

clang/lib/CodeGen/CMakeLists.txt

index bb655c2..ccc6e3b 100644 (file)
@@ -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