repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git]
/
lld
/
test
/
ELF
/
linkerscript
/
no-pt-load.test
blob
16f7f44099842406eee3217a79fc5b5443720f75
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux /dev/null -o %t.o
3
# RUN: ld.lld -o %t1 --script %s %t.o
4
5
## Check we do not crash.
6
7
PHDRS { foo PT_DYNAMIC; }
8
9
SECTIONS {
10
.text : { *(.text) } : foo
11
}