From 0aedb1177774b19d1af43a680857b63a8b2bc164 Mon Sep 17 00:00:00 2001 From: Ellis Hoag Date: Mon, 22 Sep 2025 11:42:52 -0700 Subject: [PATCH] [lld] Fix requires in cstring test --- lld/test/MachO/cstring.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/MachO/cstring.ll b/lld/test/MachO/cstring.ll index 4f82736b0a5f0..4ba9082427b85 100644 --- a/lld/test/MachO/cstring.ll +++ b/lld/test/MachO/cstring.ll @@ -1,4 +1,4 @@ -; REQUIRES: aarch64 +; REQUIRES: x86 ; RUN: llvm-as %s -o %t.o ; RUN: %lld -dylib --separate-cstring-literal-sections %t.o -o - | llvm-objdump --macho --section-headers - | FileCheck %s