Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / ARM / apple-version-min.ll
blob180c19e5e3623082c0ff6e249762f8718e9fe9a0
1 ; Test emitting version_min directives.
3 ; Let's not split this into separate ARM/AArch64 parts.
4 ; REQUIRES: aarch64-registered-target
6 ; RUN: llc %s -filetype=asm -o - --mtriple arm64-apple-tvos9.0.0 | FileCheck %s --check-prefix=TVOS
7 ; RUN: llc %s -filetype=asm -o - --mtriple thumbv7s-apple-ios7.0.0 | FileCheck %s --check-prefix=IOS
8 ; RUN: llc %s -filetype=asm -o - --mtriple thumbv7k-apple-watchos2.0.0 | FileCheck %s --check-prefix=WATCHOS
10 ; TVOS: .tvos_version_min 9, 0
11 ; IOS: .ios_version_min 7, 0
12 ; WATCHOS: .watchos_version_min 2, 0