[PATCH] D76164: Fix an assertion error when emitting call site info that combines two DW_OP_stack_values.
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 13 15:40:41 PDT 2020
dstenb added a comment.
In D76164#1922504 <https://reviews.llvm.org/D76164#1922504>, @manojgupta wrote:
> Can you also test on the reduced test cases in https://bugs.llvm.org/show_bug.cgi?id=45181 ?
Sorry for taking some extra time with that PR. This patch should fix that assertion, but we would emit invalid debug information, related to D76146 <https://reviews.llvm.org/D76146>, for that case.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76164/new/
https://reviews.llvm.org/D76164
More information about the llvm-commits
mailing list