r187483 - clang/test/Driver/cross-linux.c is suppressed on win32 for now. Investigating.

NAKAMURA Takumi geek4civic at gmail.com
Tue Jul 30 21:56:19 PDT 2013


Author: chapuni
Date: Tue Jul 30 23:56:19 2013
New Revision: 187483

URL: http://llvm.org/viewvc/llvm-project?rev=187483&view=rev
Log:
clang/test/Driver/cross-linux.c is suppressed on win32 for now. Investigating.

Modified:
    cfe/trunk/test/Driver/cross-linux.c

Modified: cfe/trunk/test/Driver/cross-linux.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/cross-linux.c?rev=187483&r1=187482&r2=187483&view=diff
==============================================================================
--- cfe/trunk/test/Driver/cross-linux.c (original)
+++ cfe/trunk/test/Driver/cross-linux.c Tue Jul 30 23:56:19 2013
@@ -93,3 +93,7 @@
 // CHECK-MULTI64-X86-64: "-L[[gcc_install]]/../../../../x86_64-unknown-linux/lib"
 // CHECK-MULTI64-X86-64: "-L[[sysroot]]/lib"
 // CHECK-MULTI64-X86-64: "-L[[sysroot]]/usr/lib"
+
+// FIXME: [[gcc_install]] won't match anything on win32...investigating.
+// REQUIRES: shell
+// REQUIRES: shell-preserves-root





More information about the cfe-commits mailing list