We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5f45f commit 32add24Copy full SHA for 32add24
llvm/test/CodeGen/ARM/apple-version-min.ll
@@ -1,5 +1,8 @@
1
; Test emitting version_min directives.
2
3
+; Let's not split this into separate ARM/AArch64 parts.
4
+; REQUIRES: aarch64-registered-target
5
+
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
0 commit comments