diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:12:21 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:12:21 +0000 |
| commit | eb1ff93d02b5f17b6b409e83c6d9be585f4a04b3 (patch) | |
| tree | 7490b4a8943293f251ad733465936e6ec302b3e9 /test/ELF/linkerscript/non-alloc.s | |
| parent | bafea25f368c63f0b39789906adfed6e39219e64 (diff) | |
Notes
Diffstat (limited to 'test/ELF/linkerscript/non-alloc.s')
| -rw-r--r-- | test/ELF/linkerscript/non-alloc.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/linkerscript/non-alloc.s b/test/ELF/linkerscript/non-alloc.s index 861c74996b85..3257cb965565 100644 --- a/test/ELF/linkerscript/non-alloc.s +++ b/test/ELF/linkerscript/non-alloc.s @@ -2,7 +2,7 @@ # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t # RUN: echo "SECTIONS { .foo 0 : {*(foo)} }" > %t.script -# RUN: ld.lld -o %t1 --script %t.script %t -shared +# RUN: ld.lld --hash-style=sysv -o %t1 --script %t.script %t -shared # RUN: llvm-readobj -elf-output-style=GNU -s -l %t1 | FileCheck %s # Test that we create all necessary PT_LOAD. We use to stop at the first |
