diff options
Diffstat (limited to 'test/ELF/sort-norosegment.s')
-rw-r--r-- | test/ELF/sort-norosegment.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/sort-norosegment.s b/test/ELF/sort-norosegment.s index c5a759a08a77..bd74f2eb330a 100644 --- a/test/ELF/sort-norosegment.s +++ b/test/ELF/sort-norosegment.s @@ -1,7 +1,7 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t -# RUN: ld.lld -no-rosegment -o %t1 %t -shared +# RUN: ld.lld --hash-style=sysv -no-rosegment -o %t1 %t -shared # RUN: llvm-readobj -elf-output-style=GNU -s %t1 | FileCheck %s # CHECK: .text {{.*}} AX |