From: Rafael Espindola Date: Sun, 19 Feb 2012 01:52:23 +0000 (+0000) Subject: Try to match the linker being named ld.exe. Second try at fixing the windows bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb50ebf2a0d965ba9add5317b3a5abb205cc1a3a;p=clang Try to match the linker being named ld.exe. Second try at fixing the windows bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150901 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/gcc-toolchain.cpp b/test/Driver/gcc-toolchain.cpp index 92f1e00f02..a741551d2c 100644 --- a/test/Driver/gcc-toolchain.cpp +++ b/test/Driver/gcc-toolchain.cpp @@ -19,7 +19,7 @@ // CHECK: "/include" // CHECK: "-internal-externc-isystem" // CHECK: "/usr/include" -// CHECK: "{{.*}}/ld" +// CHECK: "{{.*}}/ld // CHECK: "[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/crtbegin.o" // CHECK: "-L[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5" // CHECK: "-L[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../.."