[flang-commits] [flang] [flang] Make gcc-triple.f90 unsupported on Darwin (PR #171690)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Wed Dec 10 12:58:03 PST 2025
================
----------------
tarunprabhu wrote:
Does adding an explicit target on the test below make a difference? If it does, then we need not disable this test on Darwin.
```suggestion
! RUN: %flang --target=x86_64-redhat-linux-gnu -v --sysroot=%S/Inputs/fedora_39_tree --gcc-triple=x86_64-redhat-linux 2>&1 | FileCheck %s --check-prefix=TRIPLE_EXISTS
```
https://github.com/llvm/llvm-project/pull/171690
More information about the flang-commits
mailing list