From: Chandler Carruth Date: Wed, 31 Jul 2013 10:54:11 +0000 (+0000) Subject: Run an experiment to try to understand the windows failure better by X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cf38db1994ad6abac577bc3166e59dcbf6ad752;p=platform%2Fupstream%2Fllvm.git Run an experiment to try to understand the windows failure better by replacing one variable with the regex. This won't fix anything, but will hopefully shed light on the nature of the failure. llvm-svn: 187488 --- diff --git a/clang/test/Driver/cross-linux.c b/clang/test/Driver/cross-linux.c index 548839a..464909d 100644 --- a/clang/test/Driver/cross-linux.c +++ b/clang/test/Driver/cross-linux.c @@ -34,7 +34,7 @@ // CHECK-MULTI32-I386: "[[gcc_install:.*/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/i386-unknown-linux/4.6.0]]/../../../../i386-unknown-linux/bin{{/|\\}}ld" // CHECK-MULTI32-I386: "--sysroot=[[sysroot:.*/Inputs/basic_linux_tree]]" // CHECK-MULTI32-I386: "-m" "elf_i386" -// CHECK-MULTI32-I386: "[[gcc_install]]{{/|\\}}crtbegin.o" +// CHECK-MULTI32-I386: "{{.*/Inputs/multilib_32bit_linux_tree/usr/lib/gcc/i386-unknown-linux/4.6.0}}{{/|\\}}crtbegin.o" // CHECK-MULTI32-I386: "-L[[gcc_install]]" // CHECK-MULTI32-I386: "-L[[gcc_install]]/../../../../i386-unknown-linux/lib/../lib32" // CHECK-MULTI32-I386: "-L[[gcc_install]]/../../../../i386-unknown-linux/lib"