diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-04-27 04:36:27 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-04-27 04:36:27 +0000 |
commit | c4f6e37c971ecb49ca31114177c08e3ea2ab8a21 (patch) | |
tree | 302c84c6d5ec32fb461fa67cc82f4dd69badc8d6 /clang/test/Driver/fast-math.c | |
parent | b39399de692608127f888bed24646d137903042a (diff) | |
download | bcm5719-llvm-c4f6e37c971ecb49ca31114177c08e3ea2ab8a21.tar.gz bcm5719-llvm-c4f6e37c971ecb49ca31114177c08e3ea2ab8a21.zip |
test/Driver/fast-math.c: Mark this as XFAIL:cygming. They use gcc driver for as.
llvm-svn: 155691
Diffstat (limited to 'clang/test/Driver/fast-math.c')
-rw-r--r-- | clang/test/Driver/fast-math.c | 3 |
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" |