summaryrefslogtreecommitdiff
path: root/test/Driver/fast-math.c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-04-27 04:36:27 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-04-27 04:36:27 +0000
commitba82a619a9a8d96c4e2aa166c2eece3f28e5f117 (patch)
treeb3624bf31ec9180a8a3c1b62949acbe955481427 /test/Driver/fast-math.c
parentd601c62ad49ddc2593dfeb3d777ad8baf4ab6acb (diff)
downloadclang-ba82a619a9a8d96c4e2aa166c2eece3f28e5f117.tar.gz
clang-ba82a619a9a8d96c4e2aa166c2eece3f28e5f117.tar.bz2
clang-ba82a619a9a8d96c4e2aa166c2eece3f28e5f117.tar.xz
test/Driver/fast-math.c: Mark this as XFAIL:cygming. They use gcc driver for as.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/fast-math.c')
-rw-r--r--test/Driver/fast-math.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Driver/fast-math.c b/test/Driver/fast-math.c
index 40b60cbcd6..09d249d6c2 100644
--- a/test/Driver/fast-math.c
+++ b/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"