]> granicus.if.org Git - clang/commitdiff
Try to fix the windows bots.
authorEric Christopher <echristo@apple.com>
Wed, 5 Sep 2012 21:50:30 +0000 (21:50 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 5 Sep 2012 21:50:30 +0000 (21:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163252 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/freebsd.c

index e5665896579f043dcf211190029fca0a7770e99a..e87e18fa01001453ec3a5abf03232b1ce4ea548c 100644 (file)
 // RUN: %clang %s -### -o %t.o 2>&1 \
 // RUN:     -target mips-unknown-freebsd10.0 -ccc-clang-archs mips \
 // RUN:   | FileCheck --check-prefix=CHECK-MIPS %s
-// CHECK-MIPS: "{{.*}}ld"
+// CHECK-MIPS: "{{.*}}ld{{.*}}"
 // CHECK-MIPS: "-dynamic-linker" "{{.*}}/libexec/ld-elf.so.1"
 // CHECK-MIPS-NOT: "--hash-style={{gnu|both}}"
 // RUN: %clang %s -### -o %t.o 2>&1 \
 // RUN:     -target mipsel-unknown-freebsd10.0 -ccc-clang-archs mipsel \
 // RUN:   | FileCheck --check-prefix=CHECK-MIPSEL %s
-// CHECK-MIPSEL: "{{.*}}ld"
+// CHECK-MIPSEL: "{{.*}}ld{{.*}}"
 // CHECK-MIPSEL: "-dynamic-linker" "{{.*}}/libexec/ld-elf.so.1"
 // CHECK-MIPSEL-NOT: "--hash-style={{gnu|both}}"
 // RUN: %clang %s -### -o %t.o 2>&1 \
 // RUN:     -target mips64-unknown-freebsd10.0 -ccc-clang-archs mips64 \
 // RUN:   | FileCheck --check-prefix=CHECK-MIPS64 %s
-// CHECK-MIPS64: "{{.*}}ld"
+// CHECK-MIPS64: "{{.*}}ld{{.*}}"
 // CHECK-MIPS64: "-dynamic-linker" "{{.*}}/libexec/ld-elf.so.1"
 // CHECK-MIPS64-NOT: "--hash-style={{gnu|both}}"
 // RUN: %clang %s -### -o %t.o 2>&1 \
 // RUN:     -target mips64el-unknown-freebsd10.0 -ccc-clang-archs mips64el \
 // RUN:   | FileCheck --check-prefix=CHECK-MIPS64EL %s
-// CHECK-MIPS64EL: "{{.*}}ld"
+// CHECK-MIPS64EL: "{{.*}}ld{{.*}}"
 // CHECK-MIPS64EL: "-dynamic-linker" "{{.*}}/libexec/ld-elf.so.1"
 // CHECK-MIPS64EL-NOT: "--hash-style={{gnu|both}}"