Lines Matching full:apple
1 // RUN: %clang -target armv6-apple-darwin9 -c %s -### 2>&1 | \
3 // CHECK-VERSION-OSX: "armv6k-apple-macosx10.5.0"
4 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.0 -c %s -### 2>&1 | \
6 // CHECK-VERSION-IOS2: "armv6k-apple-ios2.0.0"
7 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.2 -c %s -### 2>&1 | \
9 // CHECK-VERSION-IOS22: "armv6k-apple-ios2.2.0"
10 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=3.0 -c %s -### 2>&1 | \
12 // CHECK-VERSION-IOS3: "armv6k-apple-ios3.0.0"
13 // RUN: %clang -target i686-apple-darwin8 -c %s -### 2>&1 | \
15 // RUN: %clang -target i686-apple-darwin9 -mmacosx-version-min=10.4 -c %s -### 2>&1 | \
17 // CHECK-VERSION-OSX4: "i386-apple-macosx10.4.0"
18 // RUN: %clang -target i686-apple-darwin9 -c %s -### 2>&1 | \
20 // RUN: %clang -target i686-apple-darwin9 -mmacosx-version-min=10.5 -c %s -### 2>&1 | \
22 // CHECK-VERSION-OSX5: "i386-apple-macosx10.5.0"
23 // RUN: %clang -target i686-apple-darwin10 -c %s -### 2>&1 | \
25 // RUN: %clang -target i686-apple-darwin9 -mmacosx-version-min=10.6 -c %s -### 2>&1 | \
27 // CHECK-VERSION-OSX6: "i386-apple-macosx10.6.0"
28 // RUN: %clang -target x86_64-apple-darwin14 -c %s -### 2>&1 | \
30 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.10 -c %s -### 2>&1 | \
32 // CHECK-VERSION-OSX10: "x86_64-apple-macosx10.10.0"
33 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min= -c %s -### 2>&1 | \
36 // RUN: %clang -target armv7k-apple-darwin -mwatchos-version-min=2.0 -c %s -### 2>&1 | \
38 // RUN: %clang -target armv7-apple-darwin -mtvos-version-min=8.3 -c %s -### 2>&1 | \
40 // CHECK-VERSION-TVOS83: "thumbv7-apple-tvos8.3.0"
41 // RUN: %clang -target i386-apple-darwin -mtvos-simulator-version-min=8.3 -c %s -### 2>&1 | \
43 // CHECK-VERSION-TVSIM83: "i386-apple-tvos8.3.0"
44 // RUN: %clang -target armv7k-apple-darwin -mwatchos-version-min=2.0 -c %s -### 2>&1 | \
46 // CHECK-VERSION-WATCHOS20: "thumbv7k-apple-watchos2.0.0"
47 // RUN: %clang -target i386-apple-darwin -mwatchos-simulator-version-min=2.0 -c %s -### 2>&1 | \
49 // CHECK-VERSION-WATCHSIM20: "i386-apple-watchos2.0.0"
53 // RUN: %clang -target i386-apple-darwin9 -c %s -### 2>&1 | \
56 // RUN: %clang -target armv6-apple-darwin9 -c %s -### 2>&1 | \
60 // RUN: %clang -target i386-apple-darwin9 -c %s -### 2>&1 | \
62 // CHECK-VERSION-OSX49: "i386-apple-macosx10.4.10"
64 // RUN: %clang -target armv6-apple-darwin9 -c %s -### 2>&1 | \
66 // CHECK-VERSION-IOS231: "armv6k-apple-ios2.3.1"
69 // RUN: %clang -target armv7-apple-darwin9 -c %s -### 2>&1 | \
71 // CHECK-VERSION-TVOS: "thumbv7-apple-tvos8.3.1"
73 // RUN: %clang -target i386-apple-darwin9 -c %s -### 2>&1 | \
75 // CHECK-VERSION-TVOSSIM: "i386-apple-tvos8.3.1"
78 // RUN: %clang -target armv7-apple-darwin9 -c %s -### 2>&1 | \
80 // CHECK-VERSION-WATCHOS: "thumbv7-apple-watchos2.0.0"
82 // RUN: %clang -target i386-apple-darwin9 -c %s -### 2>&1 | \
84 // CHECK-VERSION-WATCHOSSIM: "i386-apple-watchos2.0.0"