diff options
Diffstat (limited to 'test/ELF/local-got-pie.s')
| -rw-r--r-- | test/ELF/local-got-pie.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/local-got-pie.s b/test/ELF/local-got-pie.s index 417f9d002034e..b1b213af66598 100644 --- a/test/ELF/local-got-pie.s +++ b/test/ELF/local-got-pie.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o -// RUN: ld.lld %t.o -o %t -pie +// RUN: ld.lld --hash-style=sysv %t.o -o %t -pie // RUN: llvm-readobj -s -r -d %t | FileCheck %s // RUN: llvm-objdump -d %t | FileCheck --check-prefix=DISASM %s |
