forked from OSchip/llvm-project
test/Driver/fast-math.c: Mark this as XFAIL:cygming. They use gcc driver for as.
llvm-svn: 155691
This commit is contained in:
parent
b39399de69
commit
c4f6e37c97
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue