Fix the unit test darwin-multiarch-arm.c for windows
authorSumanth Gundapaneni <sgundapa@codeaurora.org>
Mon, 14 Nov 2016 17:09:39 +0000 (17:09 +0000)
committerSumanth Gundapaneni <sgundapa@codeaurora.org>
Mon, 14 Nov 2016 17:09:39 +0000 (17:09 +0000)
llvm-svn: 286842

clang/test/Driver/darwin-multiarch-arm.c

index 32d4c1f..0ea5c4b 100644 (file)
@@ -9,6 +9,6 @@
 // CHECK:"-cc1" "-triple" "thumbv7s-apple-ios5.0.0"
 // CHECK-SAME: "-o" "[[CC_OUT2:[^"]*]]"
 // CHECK:ld{{(\.exe)?}}" {{.*}} "-o" "[[LD_OUT2:[^"]*]]" {{.*}} "[[CC_OUT2]]"
-// CHECK:lipo"
+// CHECK:lipo{{(\.exe)?}}"
 // CHECK-DAG: "[[LD_OUT1]]"
 // CHECK-DAG: "[[LD_OUT2]]"