[flang-commits] [flang] 6442b4d - [flang] disable fast_math test on powerpc
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Mon Dec 12 12:05:10 PST 2022
Author: Tom Eccles
Date: 2022-12-12T20:02:37Z
New Revision: 6442b4da4e7018e8f264965768b9e4fdee393c8f
URL: https://github.com/llvm/llvm-project/commit/6442b4da4e7018e8f264965768b9e4fdee393c8f
DIFF: https://github.com/llvm/llvm-project/commit/6442b4da4e7018e8f264965768b9e4fdee393c8f.diff
LOG: [flang] disable fast_math test on powerpc
There seems not be any crtfastmath.o on powerpc.
See https://reviews.llvm.org/D138675
Added:
Modified:
flang/test/Driver/fast_math.f90
Removed:
################################################################################
diff --git a/flang/test/Driver/fast_math.f90 b/flang/test/Driver/fast_math.f90
index 84455eff0162a..5d3a341e04576 100644
--- a/flang/test/Driver/fast_math.f90
+++ b/flang/test/Driver/fast_math.f90
@@ -57,7 +57,8 @@
! CHECK-CONTRACT-SAME: -ffp-contract=off
! Check that -ffast-math causes us to link to crtfastmath.o
-! UNSUPPORTED: system-windows, powerpc
+! UNSUPPORTED: system-windows
+! UNSUPPORTED: target={{p(ower)?pc.*}}
! RUN: %flang -ffast-math -### %s -o %t 2>&1 \
! RUN: | FileCheck --check-prefix=CHECK-CRT %s
! CHECK-CRT: {{crtbegin.?\.o}}
More information about the flang-commits
mailing list