Skip to content

Commit 9d86f2d

Browse files
committed
[flang] skip fast_math linker test on powerpc #3
Another attempt to skip the fast-math linker test on powerpc. The test has to be skipped because there is no crtfastmath.o on powerpc. Change recommended by Amy Kwan <amyk>. See https://reviews.llvm.org/D138675
1 parent 06911ba commit 9d86f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Driver/fast_math.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
! Check that -ffast-math causes us to link to crtfastmath.o
6060
! UNSUPPORTED: system-windows
61-
! UNSUPPORTED: target={{p(ower)?pc.*}}
61+
! UNSUPPORTED: powerpc-registered-target
6262
! RUN: %flang -ffast-math -### %s -o %t 2>&1 \
6363
! RUN: | FileCheck --check-prefix=CHECK-CRT %s
6464
! CHECK-CRT: {{crtbegin.?\.o}}

0 commit comments

Comments
 (0)