13f883111SPaul T Robinson; Test emitting version_min directives. 23f883111SPaul T Robinson 3*32add243SPaul T Robinson; Let's not split this into separate ARM/AArch64 parts. 4*32add243SPaul T Robinson; REQUIRES: aarch64-registered-target 5*32add243SPaul T Robinson 63f883111SPaul T Robinson; RUN: llc %s -filetype=asm -o - --mtriple arm64-apple-tvos9.0.0 | FileCheck %s --check-prefix=TVOS 73f883111SPaul T Robinson; RUN: llc %s -filetype=asm -o - --mtriple thumbv7s-apple-ios7.0.0 | FileCheck %s --check-prefix=IOS 83f883111SPaul T Robinson; RUN: llc %s -filetype=asm -o - --mtriple thumbv7k-apple-watchos2.0.0 | FileCheck %s --check-prefix=WATCHOS 93f883111SPaul T Robinson 103f883111SPaul T Robinson; TVOS: .tvos_version_min 9, 0 113f883111SPaul T Robinson; IOS: .ios_version_min 7, 0 123f883111SPaul T Robinson; WATCHOS: .watchos_version_min 2, 0 13