[flang-commits] [flang] [AIX] unsupport gcc triple test case on aix NFC (PR #166408)
via flang-commits
flang-commits at lists.llvm.org
Tue Nov 4 09:42:45 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-flang-driver
Author: Mark Danial (madanial0)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/166408.diff
1 Files Affected:
- (modified) flang/test/Driver/gcc-triple.f90 (+1-1)
``````````diff
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.
``````````
</details>
https://github.com/llvm/llvm-project/pull/166408
More information about the flang-commits
mailing list