Skip to content

Commit 32add24

Browse files
authored
Fix test to have correct requirements (#95106)
1 parent da5f45f commit 32add24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/CodeGen/ARM/apple-version-min.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
; Test emitting version_min directives.
22

3+
; Let's not split this into separate ARM/AArch64 parts.
4+
; REQUIRES: aarch64-registered-target
5+
36
; RUN: llc %s -filetype=asm -o - --mtriple arm64-apple-tvos9.0.0 | FileCheck %s --check-prefix=TVOS
47
; RUN: llc %s -filetype=asm -o - --mtriple thumbv7s-apple-ios7.0.0 | FileCheck %s --check-prefix=IOS
58
; RUN: llc %s -filetype=asm -o - --mtriple thumbv7k-apple-watchos2.0.0 | FileCheck %s --check-prefix=WATCHOS

0 commit comments

Comments
 (0)