[cfe-commits] r155691 - /cfe/trunk/test/Driver/fast-math.c

NAKAMURA Takumi geek4civic at gmail.com
Thu Apr 26 21:36:27 PDT 2012


Author: chapuni
Date: Thu Apr 26 23:36:27 2012
New Revision: 155691

URL: http://llvm.org/viewvc/llvm-project?rev=155691&view=rev
Log:
test/Driver/fast-math.c: Mark this as XFAIL:cygming. They use gcc driver for as.

Modified:
    cfe/trunk/test/Driver/fast-math.c

Modified: cfe/trunk/test/Driver/fast-math.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/fast-math.c?rev=155691&r1=155690&r2=155691&view=diff
==============================================================================
--- cfe/trunk/test/Driver/fast-math.c (original)
+++ cfe/trunk/test/Driver/fast-math.c Thu Apr 26 23:36:27 2012
@@ -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"





More information about the cfe-commits mailing list