summaryrefslogtreecommitdiffstats
path: root/test/Driver/darwin-iphone-defaults.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/darwin-iphone-defaults.m')
-rw-r--r--test/Driver/darwin-iphone-defaults.m6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/Driver/darwin-iphone-defaults.m b/test/Driver/darwin-iphone-defaults.m
index 62a9403..bba0cc0 100644
--- a/test/Driver/darwin-iphone-defaults.m
+++ b/test/Driver/darwin-iphone-defaults.m
@@ -1,8 +1,6 @@
-// RUN: %clang -ccc-host-triple i386-apple-darwin9 -miphoneos-version-min=3.0 -arch armv7 -flto -S -o - %s | FileCheck %s
+// RUN: %clang -target i386-apple-darwin9 -miphoneos-version-min=3.0 -arch armv7 -flto -S -o - %s | FileCheck %s
-// CHECK: @f0
-// CHECK-NOT: ssp
-// CHECK: ) {
+// CHECK: @f0() ssp
// CHECK: @__f0_block_invoke
// CHECK: void @f1
// CHECK-NOT: msgSend_fixup_alloc
OpenPOWER on IntegriCloud