diff options
Diffstat (limited to 'lib/DebugInfo/CodeView/CMakeLists.txt')
-rw-r--r-- | lib/DebugInfo/CodeView/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/DebugInfo/CodeView/CMakeLists.txt b/lib/DebugInfo/CodeView/CMakeLists.txt index f916695a84392..b94bb0c80c793 100644 --- a/lib/DebugInfo/CodeView/CMakeLists.txt +++ b/lib/DebugInfo/CodeView/CMakeLists.txt @@ -24,11 +24,10 @@ add_llvm_library(LLVMDebugInfoCodeView SymbolRecordMapping.cpp SymbolDumper.cpp SymbolSerializer.cpp - TypeDatabase.cpp - TypeDatabaseVisitor.cpp TypeDumpVisitor.cpp TypeIndex.cpp TypeIndexDiscovery.cpp + TypeName.cpp TypeRecordMapping.cpp TypeSerializer.cpp TypeStreamMerger.cpp |