[PATCH] D27406: [LLD][ELF] Ifunc implementation using synthetic sections

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 06:23:43 PST 2016


evgeny777 added a comment.

It looks like IpltSection and PltSection share large fraction of common code.
I wonder if it is possible to virtualize addEntry and addReloc, creating ARMRelaDynSection, ARMPltSection and ARMGotSection.
In the latter case you don't need IsInIgot and IsInIplt flags as well.


https://reviews.llvm.org/D27406





More information about the llvm-commits mailing list