diff options
-rw-r--r-- | lld/test/ELF/arm-execute-only.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/test/ELF/arm-execute-only.s b/lld/test/ELF/arm-execute-only.s index 01de9d53244..c88ac2962ae 100644 --- a/lld/test/ELF/arm-execute-only.s +++ b/lld/test/ELF/arm-execute-only.s @@ -1,3 +1,5 @@ +// REQUIRES: arm + // RUN: llvm-mc -filetype=obj -triple=armv7-pc-linux %s -o %t.o // RUN: ld.lld %t.o -o %t.so -shared // RUN: llvm-readelf -l %t.so | FileCheck %s |