Skip to content

Commit c7f4e58

Browse files
author
Sumanth Gundapaneni
committed
Fix the unit test darwin-multiarch-arm.c for windows
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286842 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 9f4eb00 commit c7f4e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/darwin-multiarch-arm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
// CHECK:"-cc1" "-triple" "thumbv7s-apple-ios5.0.0"
1010
// CHECK-SAME: "-o" "[[CC_OUT2:[^"]*]]"
1111
// CHECK:ld{{(\.exe)?}}" {{.*}} "-o" "[[LD_OUT2:[^"]*]]" {{.*}} "[[CC_OUT2]]"
12-
// CHECK:lipo"
12+
// CHECK:lipo{{(\.exe)?}}"
1313
// CHECK-DAG: "[[LD_OUT1]]"
1414
// CHECK-DAG: "[[LD_OUT2]]"

0 commit comments

Comments
 (0)