summaryrefslogtreecommitdiff
path: root/test/Driver/fast-math.c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-11 07:06:09 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-11 07:06:09 +0000
commit5e4ccb4d19e0f62c5f9ddb506297e86e3f2fc21c (patch)
treeeafdf4f2ca107c8c41a30bd4221e60031f59df9f /test/Driver/fast-math.c
parent007c44ccbd048472469514284697f23a58475f35 (diff)
downloadclang-5e4ccb4d19e0f62c5f9ddb506297e86e3f2fc21c.tar.gz
clang-5e4ccb4d19e0f62c5f9ddb506297e86e3f2fc21c.tar.bz2
clang-5e4ccb4d19e0f62c5f9ddb506297e86e3f2fc21c.tar.xz
clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is not used.
It is not set at targetting cygming. See PR12920. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/fast-math.c')
-rw-r--r--test/Driver/fast-math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/fast-math.c b/test/Driver/fast-math.c
index 17bf6ed617..91af2e1dce 100644
--- a/test/Driver/fast-math.c
+++ b/test/Driver/fast-math.c
@@ -5,7 +5,7 @@
// support.
//
// Both of them use gcc driver for as.
-// XFAIL: cygwin,mingw32
+// REQUIRES: clang-driver
//
// RUN: %clang -### -fno-honor-infinities -c %s 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-NO-INFS %s