[PATCH] D76164: Fix an assertion error when emitting call site info that combines two DW_OP_stack_values.

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 03:53:27 PDT 2020


djtodoro added a comment.

In D76164#1922552 <https://reviews.llvm.org/D76164#1922552>, @dstenb wrote:

> 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.


Since the patch (D76146 <https://reviews.llvm.org/D76146>) will solve the debug info issue in general, I guess this can go anyway?


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

https://reviews.llvm.org/D76164





More information about the llvm-commits mailing list