[PATCH] D88406: [LiveDebugValues][InstrRef][2/2] Emit entry value variable locations
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 06:05:37 PDT 2020
djtodoro added inline comments.
================
Comment at: llvm/test/DebugInfo/ARM/entry-value-multi-byte-expr.ll:2
; RUN: llc -debug-entry-values -filetype=asm -o - %s | FileCheck %s
+; RUN: llc -force-instr-ref-livedebugvalues=1 -debug-entry-values -filetype=asm -o - %s | FileCheck %s
----------------
is the `-force-instr-ref-livedebugvalues=1` equivalent to the `-experimental-debug-variable-locations`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88406/new/
https://reviews.llvm.org/D88406
More information about the llvm-commits
mailing list