blob: 180c19e5e3623082c0ff6e249762f8718e9fe9a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
; Test emitting version_min directives.
; Let's not split this into separate ARM/AArch64 parts.
; REQUIRES: aarch64-registered-target
; RUN: llc %s -filetype=asm -o - --mtriple arm64-apple-tvos9.0.0 | FileCheck %s --check-prefix=TVOS
; RUN: llc %s -filetype=asm -o - --mtriple thumbv7s-apple-ios7.0.0 | FileCheck %s --check-prefix=IOS
; RUN: llc %s -filetype=asm -o - --mtriple thumbv7k-apple-watchos2.0.0 | FileCheck %s --check-prefix=WATCHOS
; TVOS: .tvos_version_min 9, 0
; IOS: .ios_version_min 7, 0
; WATCHOS: .watchos_version_min 2, 0
|