[PATCH] D74197: [DebugInfo] Simplify DWARFDebugAddr.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 22:52:06 PST 2020


ikudrin created this revision.
ikudrin added reviewers: dblaikie, aprantl, probinson, jhenderson.
ikudrin added projects: LLVM, debug-info.
Herald added a subscriber: hiraditya.
ikudrin added parent revisions: D74194: [DebugInfo] Allow reading an address table with a mismatched address., D74195: [DebugInfo] Do not dump header field for pre-DWARF5 address tables., D74196: [DebugInfo] Refine error messages in DWARFDebugAddr..

The patch removes unnecessary members of DWARFDebugAddr and further simplifies the implementation by separating parsing methods of tables in the DWARF5 and pre-DWARF5 formats.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74197

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
  llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
  llvm/test/tools/llvm-dwarfdump/X86/debug_addr_version_mismatch.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74197.243083.patch
Type: text/x-patch
Size: 18406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200207/d204c1cf/attachment.bin>


More information about the llvm-commits mailing list