diff --git a/llvm/test/CodeGen/ARM/apple-version-min.ll b/llvm/test/CodeGen/ARM/apple-version-min.ll index 6b4af21d74c00d..180c19e5e36230 100644 --- a/llvm/test/CodeGen/ARM/apple-version-min.ll +++ b/llvm/test/CodeGen/ARM/apple-version-min.ll @@ -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