llvm-project/lld/test/ELF/linkerscript/rosegment.test

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
365 B
Plaintext
Raw Normal View History

# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux /dev/null -o %t
# Test that with linker scripts we don't create a RO PT_LOAD.
# RUN: ld.lld -o %t1 --script %s %t -shared
# RUN: llvm-readelf -l %t1 | FileCheck %s
SECTIONS {
}
# CHECK: Type {{.*}} Flg Align
# CHECK-NEXT: LOAD {{.*}} R E 0x1000
# CHECK-NEXT: LOAD {{.*}} RW 0x1000