From 8c6a057f4aee61af76878ad1ff4d4c58c3d3fe6f Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Fri, 7 Sep 2012 13:52:05 +0000 Subject: [PATCH] Attempt to pacify Windows buildbots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163389 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/pic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.1