[all-commits] [llvm/llvm-project] 283658: [lldb/DWARF] Remove dead code in DWARFDebugInfoEntry
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon May 4 06:37:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 283658c978bbac433b41c3d0ca2a3290bd7da0a4
https://github.com/llvm/llvm-project/commit/283658c978bbac433b41c3d0ca2a3290bd7da0a4
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-05-04 (Mon, 04 May 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
Log Message:
-----------
[lldb/DWARF] Remove dead code in DWARFDebugInfoEntry
The dumping code is not used by anyone, and is a source of
inconsistencies with the llvm dwarf parser, as dumping is implemented at
a different level (DWARFDie) there.
More information about the All-commits
mailing list