[flang-commits] [flang] 9d86f2d - [flang] skip fast_math linker test on powerpc #3

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Mon Dec 12 13:49:42 PST 2022


Author: Tom Eccles
Date: 2022-12-12T21:46:35Z
New Revision: 9d86f2dc4f1d2e4e1a991be82384bbdb310f0618

URL: https://github.com/llvm/llvm-project/commit/9d86f2dc4f1d2e4e1a991be82384bbdb310f0618
DIFF: https://github.com/llvm/llvm-project/commit/9d86f2dc4f1d2e4e1a991be82384bbdb310f0618.diff

LOG: [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

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 5d3a341e0457..46b8170f6d42 100644
--- a/flang/test/Driver/fast_math.f90
+++ b/flang/test/Driver/fast_math.f90
@@ -58,7 +58,7 @@
 
 ! Check that -ffast-math causes us to link to crtfastmath.o
 ! UNSUPPORTED: system-windows
-! UNSUPPORTED: target={{p(ower)?pc.*}}
+! UNSUPPORTED: powerpc-registered-target
 ! 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