[PATCH] D71875: [DWARF] Return Error from DWARFDebugArangeSet::extract().

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 27 08:17:40 PST 2019


ikudrin updated this revision to Diff 235420.
ikudrin edited the summary of this revision.
ikudrin added a comment.

- "!x" -> "x == 0";
- Improved error messages wordings;
- Added more tests;
- Fixed checking the value of the Length field.


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

https://reviews.llvm.org/D71875

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
  llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
  llvm/test/DebugInfo/X86/dwarfdump-debug-aranges-error-cases.s
  llvm/test/DebugInfo/X86/dwarfdump-debug-aranges.s
  llvm/tools/obj2yaml/dwarf2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71875.235420.patch
Type: text/x-patch
Size: 14587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191227/f859e7f1/attachment.bin>


More information about the llvm-commits mailing list