Run an experiment to try to understand the windows failure better by
authorChandler Carruth <chandlerc@gmail.com>
Wed, 31 Jul 2013 10:54:11 +0000 (10:54 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 31 Jul 2013 10:54:11 +0000 (10:54 +0000)
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

clang/test/Driver/cross-linux.c

index 548839a..464909d 100644 (file)
@@ -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"