Skip to content

Commit cbfb6c0

Browse files
committed
[flang] Enable debug test on AIX (NFC)
1 parent 06c8ee6 commit cbfb6c0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// RUN: | FileCheck --check-prefix=CHECK-DWARF2 %s
99
// RUN: fir-opt --add-debug-info= --mlir-print-debuginfo %s \
1010
// RUN: | FileCheck --check-prefix=CHECK-WITHOUT-VERSION %s
11-
// REQUIRES: system-linux
11+
// REQUIRES: system-linux || system-aix
1212

1313
module {
1414
} loc(#loc)

flang/test/Transforms/debug-line-table-existing.fir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// RUN: fir-opt --add-debug-info --mlir-print-debuginfo %s | FileCheck %s
3-
// REQUIRES: system-linux
3+
// REQUIRES: system-linux || system-aix
44

55
// Test that there are no changes to a function with existed fused loc debug
66
module {

flang/test/Transforms/debug-line-table-inc-file.fir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// RUN: fir-opt --add-debug-info="debug-level=LineTablesOnly" --mlir-print-debuginfo %s | FileCheck %s
3-
// REQUIRES: system-linux
3+
// REQUIRES: system-linux || system-aix
44

55
// Test for included functions that have a different debug location than the current file
66
module {

flang/test/Transforms/debug-line-table-inc-same-file.fir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// RUN: fir-opt --add-debug-info --mlir-print-debuginfo %s | FileCheck %s
3-
// REQUIRES: system-linux
3+
// REQUIRES: system-linux || system-aix
44

55
// Test that there is only one FileAttribute generated for multiple functions
66
// in the same file.

0 commit comments

Comments
 (0)