[PATCH] D71875: [DWARF] Return Error from DWARFDebugArangeSet::extract().
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 03:31:01 PST 2020
ikudrin updated this revision to Diff 237913.
ikudrin marked 2 inline comments as done.
ikudrin added a comment.
- Used curly brackets for the `while` loop in dumping `.debug_aranges` in `DWARFContext::dump()`.
- Removed `else` branch after `break`.
Thanks, @clayborg!
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.237913.patch
Type: text/x-patch
Size: 35254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200114/c97792a2/attachment.bin>
More information about the llvm-commits
mailing list