summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/no-pt-load.test
blob: 16f7f44099842406eee3217a79fc5b5443720f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux /dev/null -o %t.o
# RUN: ld.lld -o %t1 --script %s %t.o

## Check we do not crash.

PHDRS { foo PT_DYNAMIC; }

SECTIONS {
  .text : { *(.text) } : foo
}
OpenPOWER on IntegriCloud