From 5fff100f05eb00fac271995ea4cc429295bcdbd5 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 31 Jul 2013 10:54:11 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187488 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/cross-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/cross-linux.c b/test/Driver/cross-linux.c index 548839a19c..464909d607 100644 --- a/test/Driver/cross-linux.c +++ b/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" -- 2.50.1