[flang] Enable debug test on AIX (NFC) (#169945)

This commit is contained in:
Kelvin Li 2025-12-01 20:53:44 -05:00 committed by GitHub
parent 744480a2a6
commit da1a887608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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)

View File

@ -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 {

View File

@ -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 {

View File

@ -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.