[PATCH] D72154: [DebugInfo] Make debug line address size mismatch non-fatal to parsing

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 3 07:35:07 PST 2020


jhenderson created this revision.
jhenderson added reviewers: ikudrin, JDevlieghere, dblaikie, probinson, MaskRay.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

Reasonable assumptions can be made when a parsed address length does not match the expected length, so there's no need for this to be fatal.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72154

Files:
  llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72154.236059.patch
Type: text/x-patch
Size: 6369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200103/a051298a/attachment.bin>


More information about the llvm-commits mailing list