[PATCH] D81470: [DebugInfo] Report errors for truncated debug line standard opcode
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 11:32:53 PDT 2020
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
In D81470#2087073 <https://reviews.llvm.org/D81470#2087073>, @jhenderson wrote:
> Upload correct diff. Sorry @JDevlieghere!
No worries! This LGTM.
================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp:950
// result to the address register of the state machine.
{
+ if (Optional<uint64_t> Operand =
----------------
The lexical block is no longer necessary with the helper.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81470/new/
https://reviews.llvm.org/D81470
More information about the llvm-commits
mailing list