[flang] Enable debug test on AIX (NFC) (#169945)
This commit is contained in:
parent
744480a2a6
commit
da1a887608
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user