[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 00:49:23 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
----------------
Since the D73534 was reverted, this should be `-debug-entry-values` instead of `-emit-debug-entry-values`.


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

https://reviews.llvm.org/D76164





More information about the llvm-commits mailing list