[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:41:04 PDT 2020
dstenb added a comment.
In D76164#1922542 <https://reviews.llvm.org/D76164#1922542>, @dstenb wrote:
> 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.
But we already emit such debug information in other cases, so it's probably not a big issue.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76164/new/
https://reviews.llvm.org/D76164
More information about the llvm-commits
mailing list