[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:32:36 PDT 2026


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

This was marked as xfail earlier for some .prefalign fixes, but is unexpectedly passing on AArch64 Premerge CI.

Just mark it unsupported for now to get things back to green.

>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] [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



More information about the flang-commits mailing list