diff options
Diffstat (limited to 'test/ELF/global-offset-table-position.s')
-rw-r--r-- | test/ELF/global-offset-table-position.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/global-offset-table-position.s b/test/ELF/global-offset-table-position.s index b3317c7edd8bb..f1195b2cf6748 100644 --- a/test/ELF/global-offset-table-position.s +++ b/test/ELF/global-offset-table-position.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t -// RUN: ld.lld -shared %t -o %t2 +// RUN: ld.lld --hash-style=sysv -shared %t -o %t2 // RUN: llvm-readobj -t %t2 | FileCheck %s // REQUIRES: x86 |