[PATCH] D16575: [ELF] - Redesign of program headers creation code.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 1 02:09:46 PST 2016
grimar updated the summary for this revision.
grimar updated this revision to Diff 46517.
grimar added a comment.
Simplified:
- All specific headers (PT_DyNAMIC, PT_INTERP etc) are processed at once in universal way.
- First pass in assignAddressed now handles all PT_LOAD segments and assigns addresses to all sections including TLS ones.
http://reviews.llvm.org/D16575
Files:
ELF/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16575.46517.patch
Type: text/x-patch
Size: 15812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160201/acd590b5/attachment.bin>
More information about the llvm-commits
mailing list