[PATCH] D33834: [LLD][ELF] Refactor CreateThunks to extract the iteration through InputSections.

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 08:01:33 PDT 2017


peter.smith created this revision.
Herald added a subscriber: emaste.

In preparation for inserting Thunks into InputSectionDescription::Sections extract the loop that finds InputSections that may have calls that need Thunks. This isn't much benefit now but this will be useful when we have to extract the InputSectionDescriptions::Sections from the Script commands.

This is patch 2 of 3 of converting createThunks() to insert into InputSectionDescriptions.


https://reviews.llvm.org/D33834

Files:
  ELF/Relocations.cpp
  ELF/Relocations.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33834.101214.patch
Type: text/x-patch
Size: 4694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170602/c00ccc5c/attachment.bin>


More information about the llvm-commits mailing list