[PATCH] D73526: [SafeStack][DebugInfo] Insert DW_OP_deref in correct location

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 11:53:44 PST 2020


leonardchan added a comment.

In D73526#1857223 <https://reviews.llvm.org/D73526#1857223>, @bjope wrote:

> This broke some of our downstream tests using vla:s. Those are compiled from C and executed in gdb. What happens is that DW_OP_deref disappears and then the debugger prints the wrong value.


Separate from my previous comment, would it be possible to share your downstream test for debugging, or at least a "sanitized" version safe for upstream?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73526





More information about the llvm-commits mailing list