aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/aarch64-tls-static.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/aarch64-tls-static.s')
-rw-r--r--test/ELF/aarch64-tls-static.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/aarch64-tls-static.s b/test/ELF/aarch64-tls-static.s
index 24306d5d7ee3..309a2e9f56ca 100644
--- a/test/ELF/aarch64-tls-static.s
+++ b/test/ELF/aarch64-tls-static.s
@@ -1,6 +1,6 @@
// 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: ld.lld --hash-style=sysv %t.o -o %t.so -shared
// RUN: llvm-readobj -s %t.so | FileCheck --check-prefix=SEC %s
// RUN: llvm-objdump -d %t.so | FileCheck %s