This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 9fac520a7 [testsuite] Reintroduce test to check leaking. new c3acffd17 Remove dead code for handling DWARF pubnames
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 2 - .../SymbolFile/DWARF/DWARFDebugPubnames.cpp | 255 --------------------- .../Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h | 40 ---- .../SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp | 146 ------------ .../SymbolFile/DWARF/DWARFDebugPubnamesSet.h | 95 -------- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 1 - source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 1 - 7 files changed, 540 deletions(-) delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp delete mode 100644 source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.h