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