aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/local-got.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/local-got.s')
-rw-r--r--test/ELF/local-got.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/local-got.s b/test/ELF/local-got.s
index 7e6ef9e0be7e..17517f6a70ea 100644
--- a/test/ELF/local-got.s
+++ b/test/ELF/local-got.s
@@ -1,7 +1,7 @@
// RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
// RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/shared.s -o %t2.o
// RUN: ld.lld -shared %t2.o -o %t2.so
-// RUN: ld.lld %t.o %t2.so -o %t
+// RUN: ld.lld --hash-style=sysv %t.o %t2.so -o %t
// RUN: llvm-readobj -s -r -section-data %t | FileCheck %s
// RUN: llvm-objdump -d %t | FileCheck --check-prefix=DISASM %s