[PATCH] D15191: [ELF] Support PHDRS command
Denis Protivensky via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 07:35:55 PST 2015
denis-protivensky created this revision.
denis-protivensky added reviewers: ruiu, rafael.
denis-protivensky added a subscriber: llvm-commits.
denis-protivensky added a project: lld.
- match sections to one or more headers
- use NONE header to discard layouting of specific section
- support all available header types (except custom numeric values)
- TLS section layout doesn't work yet
- test cases are provided
http://reviews.llvm.org/D15191
Files:
ELF/Config.h
ELF/LinkerScript.cpp
ELF/Writer.cpp
test/ELF/linkerscript-phdrs.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15191.41755.patch
Type: text/x-patch
Size: 38849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151203/17c5de7f/attachment.bin>
More information about the llvm-commits
mailing list