[PATCH] D85313: [DebugInfo] Don't error for zero-length arange entries

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 06:08:25 PDT 2020


jhenderson updated this revision to Diff 284337.
jhenderson added reviewers: Higuoxing, grimar.
jhenderson added subscribers: Higuoxing, grimar.
jhenderson added a comment.
Herald added a subscriber: emaste.
Herald added a reviewer: espindola.

Fix obj2yaml code path. Either it changed since I made my change, or I just failed to build the right bits of LLVM...

@grimar/@Higuoxing, could one of you take a look at the obj2yaml changes, please?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85313

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/tools/obj2yaml/ELF/DWARF/debug-aranges.yaml
  llvm/tools/obj2yaml/dwarf2yaml.cpp
  llvm/unittests/DebugInfo/DWARF/DWARFDebugArangeSetTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85313.284337.patch
Type: text/x-patch
Size: 12599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200810/01a89561/attachment.bin>


More information about the llvm-commits mailing list