[flang-commits] [flang] [AIX] unsupport gcc triple test case on aix NFC (PR #166408)
Mark Danial via flang-commits
flang-commits at lists.llvm.org
Tue Nov 4 09:42:07 PST 2025
https://github.com/madanial0 created https://github.com/llvm/llvm-project/pull/166408
This new test case breaks the buildbot starting https://lab.llvm.org/buildbot/#/builders/201/builds/6934. The corresponding clang test case sets the target triple to avoid failures.
>From a10efea54126a4b0ba4fca62f485708fabbc7ac9 Mon Sep 17 00:00:00 2001
From: Mark Danial <mark.danial at ibm.com>
Date: Tue, 4 Nov 2025 11:00:53 -0500
Subject: [PATCH] unsupport gcc triple test case on aix
---
flang/test/Driver/gcc-triple.f90 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flang/test/Driver/gcc-triple.f90 b/flang/test/Driver/gcc-triple.f90
index 027d78a7c5046..9c0900397f0ff 100644
--- a/flang/test/Driver/gcc-triple.f90
+++ b/flang/test/Driver/gcc-triple.f90
@@ -1,4 +1,4 @@
-!! UNSUPPORTED: system-windows
+!! UNSUPPORTED: system-windows, system-aix
!! Test that --gcc-triple option is working as expected.
More information about the flang-commits
mailing list