File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 55; RUN: -experimental-debug-variable-locations=true \
66; RUN: | FileCheck %s --check-prefixes=CHECK,INSTRREF
77
8+ ; Repeat checks with experimental debginfo iterators.
9+ ; RUN: llc %s -stop-before finalize-isel -o - \
10+ ; RUN: -try-experimental-debuginfo-iterators \
11+ ; RUN: -experimental-debug-variable-locations=false \
12+ ; RUN: | FileCheck %s --check-prefixes=CHECK,DBGVALUE
13+ ; RUN: llc %s -stop-before finalize-isel -o - \
14+ ; RUN: -try-experimental-debuginfo-iterators \
15+ ; RUN: -experimental-debug-variable-locations=true \
16+ ; RUN: | FileCheck %s --check-prefixes=CHECK,INSTRREF
17+
818;--------------------------------------------------------------------
919; This test case is basically generated from the following C code.
1020; Compiled with "--target=x86_64-apple-darwin -S -g -O3" to get debug
You can’t perform that action at this time.
0 commit comments