[flang-commits] [flang] 20cd315 - [flang] Skip fast_math linker test on powerpc

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Fri Dec 9 13:26:44 PST 2022


Author: Tom Eccles
Date: 2022-12-09T21:20:42Z
New Revision: 20cd3153f3775fcdc1eeeb54062849eead51e24a

URL: https://github.com/llvm/llvm-project/commit/20cd3153f3775fcdc1eeeb54062849eead51e24a
DIFF: https://github.com/llvm/llvm-project/commit/20cd3153f3775fcdc1eeeb54062849eead51e24a.diff

LOG: [flang] Skip fast_math linker test on powerpc

Related to 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 11c7e9beea619..4427d1ee437a3 100644
--- a/flang/test/Driver/fast_math.f90
+++ b/flang/test/Driver/fast_math.f90
@@ -57,7 +57,7 @@
 ! CHECK-CONTRACT-SAME: -ffp-contract=off
 
 ! Check that -ffast-math causes us to link to crtfastmath.o
-! UNSUPPORTED: system-windows
+! UNSUPPORTED: system-windows, powerpc
 ! RUN: %flang -ffast-math -### %s -o %t 2>&1 \
 ! RUN:     | FileCheck --check-prefix=CHECK-CRT %s
 ! CHECK-CRT: crtbeginS.o


        


More information about the flang-commits mailing list