diff options
Diffstat (limited to 'test/ELF/resolution-end.s')
| -rw-r--r-- | test/ELF/resolution-end.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/resolution-end.s b/test/ELF/resolution-end.s index aa1c999fb79a..26858372ce09 100644 --- a/test/ELF/resolution-end.s +++ b/test/ELF/resolution-end.s @@ -1,7 +1,7 @@ # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t1.o # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %p/Inputs/resolution-end.s -o %t2.o # RUN: ld.lld -shared -o %t2.so %t2.o -# RUN: ld.lld %t1.o %t2.so -o %t +# RUN: ld.lld --hash-style=sysv %t1.o %t2.so -o %t # RUN: llvm-readobj -t -s -section-data %t | FileCheck %s # REQUIRES: x86 |
