[PATCH] D77557: [DWARFDebugLine] Use truncating data extractors for prologue parsing
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 3 07:10:23 PDT 2020
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
LGTM, with one fix to the error message.
================
Comment at: llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp:430
+ Twine::utohexstr(ExpectedEnd - 1) +
+ ") before reaching the prologue at offset 0x000000" +
+ Twine::utohexstr(ExpectedEnd))
----------------
prologue -> prologue end
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77557/new/
https://reviews.llvm.org/D77557
More information about the llvm-commits
mailing list