blob: dbe306e4467b79091de7767e22bb94f3632300fd [file] [log] [blame]
Bob Wilson5ad5a952012-11-09 01:59:30 +00001// RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mios-simulator-version-min=4.2.1 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
2// RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mios-simulator-version-min=5.0.0 -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 Wilson5ad5a952012-11-09 01:59:30 +00005// CHECK-OPTIONS1: i386-apple-ios4.2.1
John McCall5fb5df92012-06-20 06:18:46 +00006// CHECK-OPTIONS1: -fobjc-runtime=ios-4.2.1
Bob Wilson5ad5a952012-11-09 01:59:30 +00007// CHECK-OPTIONS2: i386-apple-ios5.0.0
John McCall5fb5df92012-06-20 06:18:46 +00008// CHECK-OPTIONS2: -fobjc-runtime=ios-5.0.0
Tim Northover756447a2015-10-30 16:30:36 +00009
10// RUN: %clang -### -x objective-c -target x86_64-apple-darwin -mtvos-simulator-version-min=8.3.0 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS3 %s
11// CHECK-OPTIONS3: x86_64-apple-tvos8.3.0
12// CHECK-OPTIONS3: -fobjc-runtime=ios-8.3.0
13
14// RUN: %clang -### -x objective-c -target x86_64-apple-darwin -mwatchos-simulator-version-min=2.0.0 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS4 %s
15// CHECK-OPTIONS4: x86_64-apple-watchos2.0.0
16// CHECK-OPTIONS4: -fobjc-runtime=watchos-2.0.0