diff options
Diffstat (limited to 'test/ELF/i386-gotpc.s')
-rw-r--r-- | test/ELF/i386-gotpc.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/i386-gotpc.s b/test/ELF/i386-gotpc.s index 8222effd66551..d2c5ef3d469c4 100644 --- a/test/ELF/i386-gotpc.s +++ b/test/ELF/i386-gotpc.s @@ -1,6 +1,6 @@ // REQUIRES: x86 // RUN: llvm-mc -filetype=obj -triple=i686-pc-linux %s -o %t.o -// 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 %s // RUN: llvm-objdump -d %t.so | FileCheck --check-prefix=DISASM %s |