[lld] Fix requires in cstring test (#160172)
Fix a test added in https://github.com/llvm/llvm-project/pull/158720. I
had accidentally required arm64 when the test was using x86_64.
GitOrigin-RevId: d86dac90aba27fe47db7d53790f69ae59be574b6
diff --git a/test/MachO/cstring.ll b/test/MachO/cstring.ll
index 4f82736..4ba9082 100644
--- a/test/MachO/cstring.ll
+++ b/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