summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/fast-math.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/fast-math.c')
-rw-r--r--clang/test/Driver/fast-math.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Driver/fast-math.c b/clang/test/Driver/fast-math.c
index 40b60cbcd66..09d249d6c2c 100644
--- a/clang/test/Driver/fast-math.c
+++ b/clang/test/Driver/fast-math.c
@@ -4,6 +4,9 @@
// LLVM only supports three switches which is more coarse grained than GCC's
// support.
//
+// Both of them use gcc driver for as.
+// XFAIL: cygwin,mingw32
+//
// RUN: %clang -### -fno-honor-infinities -c %s 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-NO-INFS %s
// CHECK-NO-INFS: "-cc1"
OpenPOWER on IntegriCloud