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

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


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-arm

Author: Paul T Robinson (pogo59)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/95106.diff


1 Files Affected:

- (modified) llvm/test/CodeGen/ARM/apple-version-min.ll (+3) 


``````````diff
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

``````````

</details>


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


More information about the llvm-commits mailing list