[flang-commits] [flang] [Flang] Mark save-mlir-temps.f90 unsupported (PR #191686)

Aiden Grossman via flang-commits flang-commits at lists.llvm.org
Sat Apr 11 22:40:15 PDT 2026


https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/191686

>From df9e5bc1ff5ffba2456eaf4bfb2609eb4c041e7d Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Sun, 12 Apr 2026 05:31:15 +0000
Subject: [PATCH 1/2] [Flang] Mark save-mlir-temps.f90 unsupported

This was marked as xfail earlier for some .prefalign fixes, but is
unexpectedly passing on AArch64 Premerge CI.
---
 flang/test/Driver/save-mlir-temps.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flang/test/Driver/save-mlir-temps.f90 b/flang/test/Driver/save-mlir-temps.f90
index 69e5af79a7b1c..477d353b09137 100644
--- a/flang/test/Driver/save-mlir-temps.f90
+++ b/flang/test/Driver/save-mlir-temps.f90
@@ -10,7 +10,7 @@
 ! currently being invoked with the `-Q` flag, that is not supported on arm64.
 ! UNSUPPORTED: system-windows, system-darwin
 ! TODO Remove after -fno-integrated-as properly sets DisableIntegratedAS
-! XFAIL: *
+! UNSUPPORTED: *
 
 !--------------------------
 ! Invalid output directory

>From 8e52903a00f7814982a10f398567adedf913299d Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Sun, 12 Apr 2026 05:40:03 +0000
Subject: [PATCH 2/2] fix syntax

---
 flang/test/Driver/save-mlir-temps.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flang/test/Driver/save-mlir-temps.f90 b/flang/test/Driver/save-mlir-temps.f90
index 477d353b09137..6d3a85c2e43da 100644
--- a/flang/test/Driver/save-mlir-temps.f90
+++ b/flang/test/Driver/save-mlir-temps.f90
@@ -10,7 +10,7 @@
 ! currently being invoked with the `-Q` flag, that is not supported on arm64.
 ! UNSUPPORTED: system-windows, system-darwin
 ! TODO Remove after -fno-integrated-as properly sets DisableIntegratedAS
-! UNSUPPORTED: *
+! UNSUPPORTED: true
 
 !--------------------------
 ! Invalid output directory



More information about the flang-commits mailing list