aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/gotpc-relax-und-dso.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/gotpc-relax-und-dso.s')
-rw-r--r--test/ELF/gotpc-relax-und-dso.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/gotpc-relax-und-dso.s b/test/ELF/gotpc-relax-und-dso.s
index ed6c4bc9bb15..3c5c8ba8c49b 100644
--- a/test/ELF/gotpc-relax-und-dso.s
+++ b/test/ELF/gotpc-relax-und-dso.s
@@ -2,7 +2,7 @@
# RUN: llvm-mc -filetype=obj -relax-relocations -triple=x86_64-unknown-linux %s -o %t.o
# RUN: llvm-mc -filetype=obj -relax-relocations -triple=x86_64-pc-linux %S/Inputs/gotpc-relax-und-dso.s -o %tdso.o
# RUN: ld.lld -shared %tdso.o -o %t.so
-# RUN: ld.lld -shared %t.o %t.so -o %tout
+# RUN: ld.lld --hash-style=sysv -shared %t.o %t.so -o %tout
# RUN: llvm-readobj -r -s %tout | FileCheck --check-prefix=RELOC %s
# RUN: llvm-objdump -d %tout | FileCheck --check-prefix=DISASM %s