diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-11 07:06:09 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-11 07:06:09 +0000 |
commit | 556d713c70bfaf58ac18d089883f9c34c581633a (patch) | |
tree | 4dbc76aa1f94a0832fe064cc0a67245ac8f5ec5b /clang/test/Driver/fast-math.c | |
parent | 14390f031ca11cfe9ae9a0592f066f35927958de (diff) | |
download | bcm5719-llvm-556d713c70bfaf58ac18d089883f9c34c581633a.tar.gz bcm5719-llvm-556d713c70bfaf58ac18d089883f9c34c581633a.zip |
clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is not used.
It is not set at targetting cygming. See PR12920.
llvm-svn: 169824
Diffstat (limited to 'clang/test/Driver/fast-math.c')
-rw-r--r-- | clang/test/Driver/fast-math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/fast-math.c b/clang/test/Driver/fast-math.c index 17bf6ed617d..91af2e1dce4 100644 --- a/clang/test/Driver/fast-math.c +++ b/clang/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 |