[flang-commits] [clang] [flang] [flang][driver] Bring --gcc-triple to flang (PR #165886)
David Spickett via flang-commits
flang-commits at lists.llvm.org
Tue Nov 4 02:03:57 PST 2025
DavidSpickett wrote:
This test was failing on non-x86 systems (or rather, builds where that wasn't the default triple):
https://lab.llvm.org/buildbot/#/builders/29/builds/17827
https://lab.llvm.org/buildbot/#/builders/201/builds/6934
So I have added an x86 target to the first command to fix it. The test now passes, but please check this change does not defeat the point of the test.
If you really need it to check what happens without any target argument, we can probably find a set of `REQUIRES` to only run it in the right places.
https://github.com/llvm/llvm-project/pull/165886
More information about the flang-commits
mailing list