blob: 33d34924ced1826d2e9bcc65d234f1d92653a1b5 [file] [log] [blame]
Sebastian Pop422377c2012-01-20 22:01:23 +00001// RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mmacosx-version-min=10.6 -D__IPHONE_OS_VERSION_MIN_REQUIRED=40201 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
Bob Wilson25d3bfd2012-07-19 01:35:55 +00002// RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -D__IPHONE_OS_VERSION_MIN_REQUIRED=50000 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
John McCall17b4c832011-06-16 01:18:08 +00003//
John McCall31168b02011-06-15 23:02:42 +00004
Bob Wilson25d3bfd2012-07-19 01:35:55 +00005// CHECK-OPTIONS1: i386-apple-macosx10.6.0
John McCall5fb5df92012-06-20 06:18:46 +00006// CHECK-OPTIONS1: -fobjc-runtime=ios-4.2.1
Bob Wilson25d3bfd2012-07-19 01:35:55 +00007// CHECK-OPTIONS2: i386-apple-macosx10.6.0
John McCall5fb5df92012-06-20 06:18:46 +00008// CHECK-OPTIONS2: -fobjc-runtime=ios-5.0.0