Skip to content

Commit 65bfa4b

Browse files
committed
Handle review comments.
1 parent bff7664 commit 65bfa4b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

flang/test/Integration/debug-dwarf-flags.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
! RUN: %flang_fc1 -emit-llvm -debug-info-kind=standalone %s -o -\
1212
! RUN: | FileCheck --check-prefix=CHECK-WITHOUT-VERSION %s
1313
! RUN: %flang_fc1 -emit-llvm -dwarf-version=5 %s -o - \
14-
! RUN: | FileCheck --check-prefix=CHECK-WITHOUT-DEBUG-KIND %s
14+
! RUN: | FileCheck --check-prefix=CHECK-WITHOUT-VERSION %s
1515

1616
program test
1717
end program test
@@ -21,4 +21,3 @@ end program test
2121
! CHECK-DWARF3: !{i32 7, !"Dwarf Version", i32 3}
2222
! CHECK-DWARF2: !{i32 7, !"Dwarf Version", i32 2}
2323
! CHECK-WITHOUT-VERSION-NOT: "Dwarf Version"
24-
! CHECK-WITHOUT-DEBUG-KIND-NOT: "Dwarf Version"

flang/test/Transforms/debug-dwarf-version.fir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// RUN: fir-opt --add-debug-info="dwarf-version=5" --mlir-print-debuginfo %s \
32
// RUN: | FileCheck --check-prefix=CHECK-DWARF5 %s
43
// RUN: fir-opt --add-debug-info="dwarf-version=4" --mlir-print-debuginfo %s \

0 commit comments

Comments
 (0)