[llvm] 32add24 - Fix test to have correct requirements (#95106)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 11 06:04:12 PDT 2024
Author: Paul T Robinson
Date: 2024-06-11T06:04:09-07:00
New Revision: 32add2435f9781418aa8ba8c90f9b7f0d2ac2f28
URL: https://github.com/llvm/llvm-project/commit/32add2435f9781418aa8ba8c90f9b7f0d2ac2f28
DIFF: https://github.com/llvm/llvm-project/commit/32add2435f9781418aa8ba8c90f9b7f0d2ac2f28.diff
LOG: Fix test to have correct requirements (#95106)
Added:
Modified:
llvm/test/CodeGen/ARM/apple-version-min.ll
Removed:
################################################################################
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