[PATCH] D69028: [DebugInfo] Correctly place DW_OP_derefs for arguments passed on stack

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 23:35:22 PDT 2019


uabelho added a comment.

In D69028#1711048 <https://reviews.llvm.org/D69028#1711048>, @jmorse wrote:

> Cool, here's a version with deref_size;


Great, now that failing testcase passes! Thanks!

I got another testcase that also started failing with the original commit that I hoped would be the same problem, but that isn't solved yet with this fix so I'll need to dig into that one and see what's going on there.


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

https://reviews.llvm.org/D69028





More information about the llvm-commits mailing list