diff options
Diffstat (limited to 'test/ELF/dynamic-reloc.s')
-rw-r--r-- | test/ELF/dynamic-reloc.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/dynamic-reloc.s b/test/ELF/dynamic-reloc.s index 939093c17b41a..4d95e41fb8036 100644 --- a/test/ELF/dynamic-reloc.s +++ b/test/ELF/dynamic-reloc.s @@ -2,7 +2,7 @@ // RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/shared.s -o %t2.o // RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/dynamic-reloc.s -o %t3.o // RUN: ld.lld -shared %t2.o -o %t2.so -// RUN: ld.lld %t.o %t3.o %t2.so -o %t +// RUN: ld.lld --hash-style=sysv %t.o %t3.o %t2.so -o %t // RUN: llvm-readobj -dynamic-table -r --expand-relocs -s %t | FileCheck %s // REQUIRES: x86 |