diff options
Diffstat (limited to 'test/ELF/arm-pie-relative.s')
| -rw-r--r-- | test/ELF/arm-pie-relative.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/arm-pie-relative.s b/test/ELF/arm-pie-relative.s index f965c24f4fa6..f225015eb5f3 100644 --- a/test/ELF/arm-pie-relative.s +++ b/test/ELF/arm-pie-relative.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t -// RUN: ld.lld %t --pie -o %t2 +// RUN: ld.lld --hash-style=sysv %t --pie -o %t2 // RUN: llvm-readobj -r %t2 | FileCheck %s // RUN: llvm-objdump -s %t2 | FileCheck %s --check-prefix=GOT // REQUIRES: arm |
