[llvm] Fix test to have correct requirements (PR #95106)

Paul T Robinson via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 06:04:04 PDT 2024


https://github.com/pogo59 created https://github.com/llvm/llvm-project/pull/95106

None

>From b67586785e8dc9687ed3f7c13c3df0d9efdaf43c Mon Sep 17 00:00:00 2001
From: Paul Robinson <paul.robinson at sony.com>
Date: Tue, 11 Jun 2024 06:02:08 -0700
Subject: [PATCH] Fix test to have correct requirements

---
 llvm/test/CodeGen/ARM/apple-version-min.ll | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/llvm/test/CodeGen/ARM/apple-version-min.ll b/llvm/test/CodeGen/ARM/apple-version-min.ll
index 6b4af21d74c00..180c19e5e3623 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



More information about the llvm-commits mailing list