From 245fca31482d141f17a78ce38eab54d921a820bf Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 31 Jul 2013 04:56:19 +0000 Subject: [PATCH] clang/test/Driver/cross-linux.c is suppressed on win32 for now. Investigating. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187483 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/cross-linux.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Driver/cross-linux.c b/test/Driver/cross-linux.c index 8eb2dd1439..8eea55514f 100644 --- a/test/Driver/cross-linux.c +++ b/test/Driver/cross-linux.c @@ -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 -- 2.40.0