diff options
Diffstat (limited to 'test/ELF/aarch64-got-relocations.s')
-rw-r--r-- | test/ELF/aarch64-got-relocations.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/aarch64-got-relocations.s b/test/ELF/aarch64-got-relocations.s index 13ee09a892e9f..a7745b05904db 100644 --- a/test/ELF/aarch64-got-relocations.s +++ b/test/ELF/aarch64-got-relocations.s @@ -1,6 +1,6 @@ # REQUIRES: aarch64 # RUN: llvm-mc -filetype=obj -triple=aarch64-unknown-cloudabi %s -o %t.o -# RUN: ld.lld -pie %t.o -o %t +# RUN: ld.lld --hash-style=sysv -pie %t.o -o %t # RUN: llvm-readobj -r %t | FileCheck %s # If we're addressing a global relatively through the GOT, we still need to |