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

via flang-commits flang-commits at lists.llvm.org
Wed Dec 20 06:39:30 PST 2023


================
@@ -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, target=powerpc{{.*}}
----------------
madanial0 wrote:

it seems that previously it was excluded using unsupported not sure if we should exclude it from other platforms by using required

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


More information about the flang-commits mailing list