From e3d86168367aaeb5e131471d66a61bc52bd1ea9e Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Mon, 11 Aug 2025 12:37:47 -0700 Subject: [PATCH] Add missing REQUIRES: aarch64. --- lld/test/ELF/aarch64-patchinst.s | 1 + 1 file changed, 1 insertion(+) diff --git a/lld/test/ELF/aarch64-patchinst.s b/lld/test/ELF/aarch64-patchinst.s index 244c8ccca8e3..f91e4f9b209c 100644 --- a/lld/test/ELF/aarch64-patchinst.s +++ b/lld/test/ELF/aarch64-patchinst.s @@ -1,3 +1,4 @@ +# REQUIRES: aarch64 # RUN: rm -rf %t && split-file %s %t # RUN: llvm-mc -filetype=obj -triple=aarch64 %t/use.s -o %t/use-le.o # RUN: llvm-mc -filetype=obj -triple=aarch64 %t/def.s -o %t/def-le.o