[PATCH] D24340: [ELF] Linkerscript: support [ AT ( address ) ] in PHDRS
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 06:01:35 PDT 2016
evgeny777 created this revision.
evgeny777 added reviewers: ruiu, rafael.
evgeny777 added subscribers: grimar, ikudrin, llvm-commits.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added a project: lld.
This patch enables processing scripts like this:
```
PHDRS {
myload PT_LOAD AT(0x1000) ;
}
```
Repository:
rL LLVM
https://reviews.llvm.org/D24340
Files:
ELF/LinkerScript.cpp
ELF/LinkerScript.h
ELF/Writer.cpp
ELF/Writer.h
test/ELF/linkerscript/phdrs.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24340.70686.patch
Type: text/x-patch
Size: 3925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160908/8b9f4355/attachment.bin>
More information about the llvm-commits
mailing list