summaryrefslogtreecommitdiff
path: root/test/ELF/got-aarch64.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/got-aarch64.s')
-rw-r--r--test/ELF/got-aarch64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/got-aarch64.s b/test/ELF/got-aarch64.s
index ef6943881edca..f46946c9f4aac 100644
--- a/test/ELF/got-aarch64.s
+++ b/test/ELF/got-aarch64.s
@@ -1,5 +1,5 @@
// RUN: llvm-mc -filetype=obj -triple=aarch64-unknown-linux %s -o %t.o
-// RUN: ld.lld -shared %t.o -o %t.so
+// RUN: ld.lld --hash-style=sysv -shared %t.o -o %t.so
// RUN: llvm-readobj -s -r %t.so | FileCheck %s
// RUN: llvm-objdump -d %t.so | FileCheck --check-prefix=DISASM %s
// REQUIRES: aarch64