From: Roman Divacky Date: Fri, 7 Sep 2012 13:52:05 +0000 (+0000) Subject: Attempt to pacify Windows buildbots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c6a057f4aee61af76878ad1ff4d4c58c3d3fe6f;p=clang Attempt to pacify Windows buildbots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163389 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/pic.c b/test/Driver/pic.c index 636a4498a7..52508a5b5c 100644 --- a/test/Driver/pic.c +++ b/test/Driver/pic.c @@ -23,7 +23,7 @@ // CHECK-PIE2-NOT: "-mrelocation-model" // CHECK-PIE2: "-pie-level" "2" // -// CHECK-PIE3: "{{.*}}ld" +// CHECK-PIE3: "{{.*}}ld{{(.exe)?}}" // CHECK-PIE3: "-pie" // CHECK-PIE3: "Scrt1.o" "crti.o" "crtbeginS.o" // CHECK-PIE3: "crtendS.o" "crtn.o"