summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/rosegment.s
blob: 3201b8bda9fb8889132a52818ee3ee193e90a701 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t

# Test that with linker scripts we don't create a RO PT_LOAD.

# RUN: echo "SECTIONS {}" > %t.script
# RUN: ld.lld -o %t1 --script %t.script %t -shared
# RUN: llvm-readobj -l %t1 | FileCheck %s

# CHECK-NOT:  Type: PT_LOAD

# CHECK:      Type: PT_LOAD
# CHECK:      Flags [
# CHECK-NEXT:   PF_R
# CHECK-NEXT:   PF_X
# CHECK-NEXT: ]

# CHECK:      Type: PT_LOAD
# CHECK:      Flags [
# CHECK-NEXT:   PF_R
# CHECK-NEXT:   PF_W
# CHECK-NEXT: ]

# CHECK-NOT:  Type: PT_LOAD
OpenPOWER on IntegriCloud