diff options
author | Roman Divacky <rdivacky@freebsd.org> | 2012-09-07 13:52:05 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@freebsd.org> | 2012-09-07 13:52:05 +0000 |
commit | 8c6a057f4aee61af76878ad1ff4d4c58c3d3fe6f (patch) | |
tree | 1da4c07903f1f05446d23d8833c39dbf5d0c2907 /test/Driver/pic.c | |
parent | f6513810c9e5bb75336b69e08cf99cc8ba97175f (diff) |
Attempt to pacify Windows buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/pic.c')
-rw-r--r-- | test/Driver/pic.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |