summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-06-18 20:52:45 +0000
committerZachary Turner <zturner@google.com>2017-06-18 20:52:45 +0000
commit26dbc5420dba8552835eb9b12768ffc3ebac26f7 (patch)
treebd46bca716a7fbad4abd383e3779953de346e415 /llvm/lib/DebugInfo/CodeView/CMakeLists.txt
parentc85be52fd89a3e90cbe2e497c7e805e6e2303bc6 (diff)
downloadbcm5719-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.txt2
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
OpenPOWER on IntegriCloud