[PATCH] D74198: [DebugInfo] Add support for DWARF64 into DWARFDebugAddr.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 06:46:47 PST 2020


ikudrin updated this revision to Diff 243853.
ikudrin added a comment.

- Updated to reflect changes in parent revisions.
- Changed `errc::invalid_argument` to `errc::not_supported` for the message for a reserved unit length value.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74198/new/

https://reviews.llvm.org/D74198

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
  llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
  llvm/test/tools/llvm-dwarfdump/X86/debug_addr_dwarf64.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_addr_reserved_length.s
  llvm/test/tools/llvm-dwarfdump/X86/debug_addr_too_small_for_extended_length_field.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74198.243853.patch
Type: text/x-patch
Size: 7250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200211/d18f80b6/attachment.bin>


More information about the llvm-commits mailing list