File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed
Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1- // UNSUPPORTED: target = {{.* }} - aix{{ .* }}
1+ // RUN: % if ! target={{.*aix.*}} %{ \
22// RUN: %flang -### -S %s -g -gdwarf-5 2>&1 \
3- // RUN: | FileCheck -- check- prefix= CHECK- DWARF5 % s
3+ // RUN: | FileCheck --check-prefix=CHECK-DWARF5 %s \
4+ // RUN: %}
5+
6+ // RUN: % if ! target={{.*aix.*}} %{ \
47// RUN: %flang -### -S %s -gdwarf-5 2>&1 \
5- // RUN: | FileCheck -- check- prefix= CHECK- DWARF5 % s
8+ // RUN: | FileCheck --check-prefix=CHECK-DWARF5 %s \
9+ // RUN: %}
10+
11+ // RUN: % if ! target={{.*aix.*}} %{ \
612// RUN: %flang -### -S %s -g1 -gdwarf-5 2>&1 \
7- // RUN: | FileCheck -- check- prefix= CHECK- WITH- G1- DWARF5 % s
13+ // RUN: | FileCheck --check-prefix=CHECK-WITH-G1-DWARF5 %s \
14+ // RUN: %}
15+
816// RUN: % flang - ### - S % s - gdwarf-4 2 >&1 \
917// RUN: | FileCheck -- check- prefix= CHECK- DWARF4 % s
1018// RUN: % flang - ### - S % s - gdwarf-3 2 >&1 \
Original file line number Diff line number Diff line change 1- ! UNSUPPORTED: target={{.*}}- aix{{ .*}}
1+ ! RUN: %if ! target={{.*aix.*}} %{ \
22! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone -dwarf-version=5 %s \
3- ! RUN: -o - | FileCheck --check-prefix=CHECK-DWARF5 %s
3+ ! RUN: -o - | FileCheck --check-prefix=CHECK-DWARF5 %s \
4+ ! RUN: %}
5+
6+ ! RUN: %if !target={{.*aix.*}} %{ \
47! RUN: %flang_fc1 -emit-llvm -debug-info-kind=line-tables-only -dwarf-version=5 \
5- ! RUN: %s -o - | FileCheck --check-prefix=CHECK-DWARF5 %s
8+ ! RUN: %s -o - | FileCheck --check-prefix=CHECK-DWARF5 %s \
9+ ! RUN: %}
10+
611! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone -dwarf-version=4 %s \
712! RUN: -o - | FileCheck --check-prefix=CHECK-DWARF4 %s
813! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone -dwarf-version=3 %s \
You can’t perform that action at this time.
0 commit comments