summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Driver/pic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/pic.c b/clang/test/Driver/pic.c
index 636a4498a78..52508a5b5cc 100644
--- a/clang/test/Driver/pic.c
+++ b/clang/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"
OpenPOWER on IntegriCloud