[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
Tue Aug 13 05:14:46 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:

Thanks for taking a look at this.

Using either `target=x86_64{{.*}}`, or something like `target={{(amd64|x86_64).*}}` to include amd64-* triples, looks good to me.


https://github.com/llvm/llvm-project/pull/102890


More information about the flang-commits mailing list