diff options
-rw-r--r-- | lib/CodeGen/CGRTTI.cpp (renamed from lib/CodeGen/CGRtti.cpp) | 0 | ||||
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGRtti.cpp b/lib/CodeGen/CGRTTI.cpp index 43fcb31858..43fcb31858 100644 --- a/lib/CodeGen/CGRtti.cpp +++ b/lib/CodeGen/CGRTTI.cpp diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 92814169d0..a1fb5ad745 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -19,7 +19,7 @@ add_clang_library(clangCodeGen CGObjCGNU.cpp CGObjCMac.cpp CGRecordLayoutBuilder.cpp - CGRtti.cpp + CGRTTI.cpp CGStmt.cpp CGTemporaries.cpp CGVtable.cpp |