[flang-commits] [llvm] [clang-tools-extra] [flang] [Flang] make ppc unsupported for x86_64 test case (NFC) (PR #73903)

Kelvin Li via flang-commits flang-commits at lists.llvm.org
Wed Jan 3 11:46:31 PST 2024


================
@@ -7,7 +7,7 @@
 !
 ! This test is for x86_64, where exponent-letter 'q' is for
 ! 10-byte extended precision
-! UNSUPPORTED: system-windows
+! UNSUPPORTED: system-windows, system-aix
----------------
kkwli wrote:

Why not `target=powerpc{{.*}}` as PPC is non-x86_64 regardless of the OS?

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


More information about the flang-commits mailing list