forked from OSchip/llvm-project
Revert "Add lib/Codgen/[CGRTTI|MicrosoftRTTI].cpp to CMakeLists.txt (r212445)"
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. llvm-svn: 212446
This commit is contained in:
parent
e680eaf9e6
commit
889c71e90f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue