[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:10:02 PDT 2020


djtodoro added inline comments.


================
Comment at: llvm/test/DebugInfo/MIR/X86/callsite-stack-value.mir:2
+# RUN: llc -start-after=livedebugvalues -mtriple=x86_64-apple-darwin -o - %s -filetype=obj \
+# RUN:   -emit-call-site-info -emit-debug-entry-values | llvm-dwarfdump - | FileCheck %s
+# CHECK: DW_TAG_formal_parameter
----------------
djtodoro wrote:
> Since the D73534 was reverted, this should be `-debug-entry-values` instead of `-emit-debug-entry-values`.
And I guess we can add `--implicit-check-not=DW_TAG_GNU_call_site_parameter`, since we are avoiding the production of call_site_params in this case.


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

https://reviews.llvm.org/D76164





More information about the llvm-commits mailing list