[PATCH] D34956: [ELF] - Store pointer to PT_LOAD instead of pointer to first section (FirstInPtLoad) in OutputSection
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 09:14:31 PDT 2017
grimar created this revision.
Herald added a subscriber: emaste.
I found that it is probably a bit more convinent and helps to simplify logic
of program headers allocation a little.
https://reviews.llvm.org/D34956
Files:
ELF/InputSection.cpp
ELF/LinkerScript.cpp
ELF/LinkerScript.h
ELF/OutputSections.h
ELF/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34956.105100.patch
Type: text/x-patch
Size: 15220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170703/eeef2d6c/attachment.bin>
More information about the llvm-commits
mailing list