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 5
5
; RUN: -experimental-debug-variable-locations=true \
6
6
; RUN: | FileCheck %s --check-prefixes=CHECK,INSTRREF
7
7
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
+
8
18
;--------------------------------------------------------------------
9
19
; This test case is basically generated from the following C code.
10
20
; 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