diff options
author | Zachary Turner <zturner@google.com> | 2017-06-18 20:52:45 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-06-18 20:52:45 +0000 |
commit | 26dbc5420dba8552835eb9b12768ffc3ebac26f7 (patch) | |
tree | bd46bca716a7fbad4abd383e3779953de346e415 /llvm/lib/DebugInfo/CodeView/CMakeLists.txt | |
parent | c85be52fd89a3e90cbe2e497c7e805e6e2303bc6 (diff) | |
download | bcm5719-llvm-26dbc5420dba8552835eb9b12768ffc3ebac26f7.tar.gz bcm5719-llvm-26dbc5420dba8552835eb9b12768ffc3ebac26f7.zip |
Delete TypeDatabase.
Merge the functionality into the random access type collection.
This class was only being used in 2 places, so getting rid of it
simplifies the code.
llvm-svn: 305653
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/CMakeLists.txt')
-rw-r--r-- | llvm/lib/DebugInfo/CodeView/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt index 2d24dcc52fb..b94bb0c80c7 100644 --- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt +++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt @@ -24,8 +24,6 @@ add_llvm_library(LLVMDebugInfoCodeView SymbolRecordMapping.cpp SymbolDumper.cpp SymbolSerializer.cpp - TypeDatabase.cpp - TypeDatabaseVisitor.cpp TypeDumpVisitor.cpp TypeIndex.cpp TypeIndexDiscovery.cpp |