blob: 7cbb2001a3ec215a5c30d56a5876f74cd15bc923 [file] [log] [blame]
Tim Northover5627d392015-10-30 16:30:45 +00001// REQUIRES: x86-registered-target
2// REQUIRES: aarch64-registered-target
3// RUN: %clang -target i386-apple-darwin10 -mappletvsimulator-version-min=9.0 -arch x86_64 -S -o - %s | FileCheck %s
4// RUN: %clang -target armv7s-apple-darwin10 -mappletvos-version-min=9.0 -arch arm64 -S -o - %s | FileCheck %s
Frederic Riss3ad83bd2016-01-12 23:47:59 +00005// RUN: env TVOS_DEPLOYMENT_TARGET=9.0 %clang -isysroot SDKs/MacOSX10.9.sdk -target i386-apple-darwin10 -arch x86_64 -S -o - %s | FileCheck %s
Tim Northover5627d392015-10-30 16:30:45 +00006
7int main() { return 0; }
8// CHECK: .tvos_version_min 9, 0