Skip to content

Commit

Permalink
Fix test to have correct requirements (#95106)
Browse files Browse the repository at this point in the history
  • Loading branch information
pogo59 authored Jun 11, 2024
1 parent da5f45f commit 32add24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/test/CodeGen/ARM/apple-version-min.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
; 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
Expand Down

0 comments on commit 32add24

Please sign in to comment.