diff --git a/lld/test/ELF/arm-use-r-output.s b/lld/test/ELF/arm-use-r-output.s index 8e5f2839f988..918362466d3a 100644 --- a/lld/test/ELF/arm-use-r-output.s +++ b/lld/test/ELF/arm-use-r-output.s @@ -1,3 +1,4 @@ +// REQUIRES: arm // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o // RUN: ld.lld -r %t.o -o %t2.o // RUN: ld.lld -shared %t2.o -o %t.so