diff options
| -rw-r--r-- | lld/test/ELF/aarch64-tls-static.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/ELF/aarch64-tls-static.s b/lld/test/ELF/aarch64-tls-static.s index 2ba22fa8928..c8508ee58b7 100644 --- a/lld/test/ELF/aarch64-tls-static.s +++ b/lld/test/ELF/aarch64-tls-static.s @@ -1,3 +1,4 @@ +// REQUIRES: aarch64 // RUN: llvm-mc %s -o %t.o -triple aarch64-pc-linux -filetype=obj // RUN: ld.lld %t.o -o %t.so -shared // RUN: llvm-readobj -s %t.so | FileCheck --check-prefix=SEC %s |

