[lld] r249175 - Add static initialization/finalization array support.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 14:07:04 PDT 2015


On Fri, Oct 2, 2015 at 2:03 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com
> wrote:

> > It feels that these section plumbings got a bit too complicated. Other
> than
> > these, we passed GOT section to PLT, DynSymSec to Hash, etc. We probably
> > should make all output sections accessible from all output sections. I'll
> > try to make such change.
>
> All interesting ones, right?
>
> If there is a foobar output section there is no reason for it to be
> visible outside of the section->output_seciton map. Otherwise I agree
> with you, we should make it easier to access the interesting ones:
> got/plt,string tables, init_array, etc.
>

Yes, interesting ones that the linker creates or handles specially.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151002/9ab88672/attachment.html>


More information about the llvm-commits mailing list