]> granicus.if.org Git - clang/commitdiff
Revert "Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt (r212445)"
authorTobias Grosser <tobias@grosser.es>
Mon, 7 Jul 2014 09:39:09 +0000 (09:39 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 7 Jul 2014 09:39:09 +0000 (09:39 +0000)
I misidentified the problem and did not test suffifiently. The files had
correctly been removed, but for some reason they still remained in my git
checkout. Not adding the files back to CMakeLists.txt, but rather removing
the stale files was the solution. Sorry for the unnecessary noise.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212446 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CMakeLists.txt

index ccc6e3b2585feb18a178df5d7711a4e95d2708b0..bb655c263fc8a8ffb56f1c5732573dec85d8b0c7 100644 (file)
@@ -46,7 +46,6 @@ add_clang_library(clangCodeGen
   CGOpenCLRuntime.cpp
   CGOpenMPRuntime.cpp
   CGRecordLayoutBuilder.cpp
-  CGRTTI.cpp
   CGStmt.cpp
   CGStmtOpenMP.cpp
   CGVTT.cpp
@@ -60,7 +59,6 @@ add_clang_library(clangCodeGen
   CodeGenTypes.cpp
   ItaniumCXXABI.cpp
   MicrosoftCXXABI.cpp
-  MicrosoftRTTI.cpp
   ModuleBuilder.cpp
   TargetInfo.cpp