[flang-commits] [flang] 5bac067 - [Flang] Mark save-mlir-temps.f90 unsupported (#191686)
via flang-commits
flang-commits at lists.llvm.org
Sat Apr 11 22:52:05 PDT 2026
Author: Aiden Grossman
Date: 2026-04-12T05:52:01Z
New Revision: 5bac06718f502014fade905512f1d26d578a18f3
URL: https://github.com/llvm/llvm-project/commit/5bac06718f502014fade905512f1d26d578a18f3
DIFF: https://github.com/llvm/llvm-project/commit/5bac06718f502014fade905512f1d26d578a18f3.diff
LOG: [Flang] Mark save-mlir-temps.f90 unsupported (#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.
Added:
Modified:
flang/test/Driver/save-mlir-temps.f90
Removed:
################################################################################
diff --git a/flang/test/Driver/save-mlir-temps.f90 b/flang/test/Driver/save-mlir-temps.f90
index 69e5af79a7b1c..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
-! XFAIL: *
+! UNSUPPORTED: true
!--------------------------
! Invalid output directory
More information about the flang-commits
mailing list