[PATCH] D33832: [LLD][ELF] Refactor ThunkCreator to not key on OutputSection for Thunks
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 2 07:57:43 PDT 2017
peter.smith created this revision.
Herald added a subscriber: emaste.
In preparation for inserting Thunks into InputSectionDescriptions this simple change associates added Thunks with a vector of InputSections instead of an OutputSection. As of now we are just using OutputSection::Sections.
This is patch 1 of 3 of converting createThunks to insert into InputSectionDescriptions.
https://reviews.llvm.org/D33832
Files:
ELF/Relocations.cpp
ELF/Relocations.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33832.101211.patch
Type: text/x-patch
Size: 4546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170602/4c7ba96e/attachment.bin>
More information about the llvm-commits
mailing list