[PATCH] D74198: [DebugInfo] Add support for DWARF64 into DWARFDebugAddr.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 8 07:47:02 PST 2020
ikudrin updated this revision to Diff 243370.
ikudrin added a comment.
- Update to reflect changes in parent revisions.
- `TmpLength` -> `DiagnosticLength`.
- Added a test for insufficient space for an extended length field.
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.243370.patch
Type: text/x-patch
Size: 7339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200208/524e4428/attachment.bin>
More information about the llvm-commits
mailing list