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

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 06:26:13 PST 2020


ikudrin updated this revision to Diff 237651.
ikudrin added a comment.
Herald added a subscriber: mgorny.
Herald added a reviewer: jhenderson.

- Update wordings.
- Replace most of the lit tests to check error cases with gtest-based ones.
- Do not silently absorb the error messages.
- Update existing tests and add new ones to reflect the changes.


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.s
  llvm/test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml
  llvm/test/ObjectYAML/MachO/DWARF-debug_str.yaml
  llvm/test/ObjectYAML/MachO/DWARF-pubsections.yaml
  llvm/test/ObjectYAML/MachO/DWARF2-AddrSize8-FormValues.yaml
  llvm/test/ObjectYAML/MachO/DWARF5-abbrevValues.yaml
  llvm/test/tools/llvm-dwarfdump/X86/debug_aranges-error.s
  llvm/test/tools/obj2yaml/macho-DWARF-debug_aranges-error.yaml
  llvm/tools/obj2yaml/dwarf2yaml.cpp
  llvm/tools/obj2yaml/macho2yaml.cpp
  llvm/tools/obj2yaml/obj2yaml.cpp
  llvm/tools/obj2yaml/obj2yaml.h
  llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
  llvm/unittests/DebugInfo/DWARF/DWARFDebugArangeSetTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71875.237651.patch
Type: text/x-patch
Size: 35273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200113/16d71a87/attachment.bin>


More information about the llvm-commits mailing list