[flang-commits] [flang] [flang][test] Disable Evaluate/fold-out_of_range.f90 on SPARC (PR #102890)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Mon Aug 12 10:19:37 PDT 2024
================
@@ -1,5 +1,5 @@
! RUN: %python %S/test_folding.py %s %flang_fc1 -pedantic
-! UNSUPPORTED: target=powerpc{{.*}}, target=aarch{{.*}}, target=arm{{.*}}, system-windows, system-solaris
+! UNSUPPORTED: target={{(arm|aarch64|powerpc|sparc).*}}, system-windows
----------------
luporl wrote:
That's interesting. It worked for me on `aarch64-unknown-linux-gnu` with LLVM configured with `-DLLVM_TARGETS_TO_BUILD=all`. It could be sparc related.
Just out of curiosity, can you share the error messages you got on `sparc64-unknown-linux-gnu`?
What if we require the x86 target instead, as below, does it work for you?
```
! UNSUPPORTED: system-windows
! REQUIRES: target=x86{{.*}}
```
https://github.com/llvm/llvm-project/pull/102890
More information about the flang-commits
mailing list