Fix the unit test darwin-multiarch-arm.c for windows

llvm-svn: 286842
This commit is contained in:
Sumanth Gundapaneni 2016-11-14 17:09:39 +00:00
parent 06c31f6061
commit 348ace2605
1 changed files with 1 additions and 1 deletions

View 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]]"