summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/PDB
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-06-06 09:16:00 +0000
committerPavel Labath <labath@google.com>2018-06-06 09:16:00 +0000
commit5583ec4218dd1bbc64f1b0918c3ea6979b38a44a (patch)
treedd68d0a7ae7be50eac47f3ac6032c710557ead47 /lldb/source/Plugins/SymbolFile/PDB
parent0ef2ce36672252eca4b9ce977902df41e7e691bb (diff)
downloadbcm5719-llvm-5583ec4218dd1bbc64f1b0918c3ea6979b38a44a.tar.gz
bcm5719-llvm-5583ec4218dd1bbc64f1b0918c3ea6979b38a44a.zip
Revert "PDB support of function-level linking and splitted functions"
This reverts commit r334030 because it adds a broken test. llvm-svn: 334076
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/PDB')
-rw-r--r--lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp b/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
index 19a0e95d206..f298749f10d 100644
--- a/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
+++ b/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
@@ -1571,9 +1571,6 @@ bool SymbolFilePDB::ParseCompileUnitLineTable(
line_table->AppendLineEntryToSequence(
sequence.get(), prev_addr + prev_length, prev_line, 0,
prev_source_idx, false, false, false, false, true);
-
- line_table->InsertSequence(sequence.release());
- sequence.reset(line_table->CreateLineSequenceContainer());
}
if (ShouldAddLine(match_line, lno, length)) {
OpenPOWER on IntegriCloud