Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flang/test/Lower/module-debug-file-loc-linux.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

! RUN: %flang_fc1 -mmlir --mlir-print-debuginfo -emit-fir -o - %s | FileCheck %s

! REQUIRES: system-linux
! REQUIRES: system-linux || system-aix

subroutine sb1()
end subroutine
Expand Down
2 changes: 1 addition & 1 deletion flang/test/Transforms/debug-dwarf-version.fir
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// RUN: | FileCheck --check-prefix=CHECK-DWARF2 %s
// RUN: fir-opt --add-debug-info= --mlir-print-debuginfo %s \
// RUN: | FileCheck --check-prefix=CHECK-WITHOUT-VERSION %s
// REQUIRES: system-linux
// REQUIRES: system-linux || system-aix

module {
} loc(#loc)
Expand Down
2 changes: 1 addition & 1 deletion flang/test/Transforms/debug-line-table-existing.fir
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

// Test that there are no changes to a function with existed fused loc debug
module {
Expand Down
2 changes: 1 addition & 1 deletion flang/test/Transforms/debug-line-table-inc-file.fir
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

// Test for included functions that have a different debug location than the current file
module {
Expand Down
2 changes: 1 addition & 1 deletion flang/test/Transforms/debug-line-table-inc-same-file.fir
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

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