File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change
1
+ // RUN: % if ! target={{.*aix.*}} %{ \
1
2
// RUN: %flang -### -S %s -g -gdwarf-5 2>&1 \
2
- // RUN: | FileCheck -- check- prefix= CHECK- DWARF5 % s
3
+ // RUN: | FileCheck --check-prefix=CHECK-DWARF5 %s \
4
+ // RUN: %}
5
+
6
+ // RUN: % if ! target={{.*aix.*}} %{ \
3
7
// RUN: %flang -### -S %s -gdwarf-5 2>&1 \
4
- // RUN: | FileCheck -- check- prefix= CHECK- DWARF5 % s
8
+ // RUN: | FileCheck --check-prefix=CHECK-DWARF5 %s \
9
+ // RUN: %}
10
+
11
+ // RUN: % if ! target={{.*aix.*}} %{ \
5
12
// RUN: %flang -### -S %s -g1 -gdwarf-5 2>&1 \
6
- // RUN: | FileCheck -- check- prefix= CHECK- WITH- G1- DWARF5 % s
13
+ // RUN: | FileCheck --check-prefix=CHECK-WITH-G1-DWARF5 %s \
14
+ // RUN: %}
15
+
7
16
// RUN: % flang - ### - S % s - gdwarf-4 2 >&1 \
8
17
// RUN: | FileCheck -- check- prefix= CHECK- DWARF4 % s
9
18
// RUN: % flang - ### - S % s - gdwarf-3 2 >&1 \
Original file line number Diff line number Diff line change
1
+ ! RUN: %if !target={{.*aix.*}} %{ \
1
2
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone -dwarf-version=5 %s \
2
- ! 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.*}} %{ \
3
7
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=line-tables-only -dwarf-version=5 \
4
- ! RUN: %s -o - | FileCheck --check-prefix=CHECK-DWARF5 %s
8
+ ! RUN: %s -o - | FileCheck --check-prefix=CHECK-DWARF5 %s \
9
+ ! RUN: %}
10
+
5
11
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone -dwarf-version=4 %s \
6
12
! RUN: -o - | FileCheck --check-prefix=CHECK-DWARF4 %s
7
13
! 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