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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 14:03:19 PDT 2015


> 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.

Cheers,
Rafael


More information about the llvm-commits mailing list