[PATCH] D26498: [ELF] Convert .got section to input section

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 10:42:39 PST 2016


On Fri, Nov 11, 2016 at 6:55 AM, Simon Atanasyan <simon at atanasyan.com>
wrote:

> On Fri, Nov 11, 2016 at 3:34 AM, Rui Ueyama via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
> > ================
> > Comment at: ELF/SyntheticSections.cpp:568
> > +
> > +template <class ELFT> void GotSection<ELFT>::writeTo(uint8_t *Buf) {
> > +  if (Config->EMachine == EM_MIPS) {
> > ----------------
> > This is not related to this patch, but probably we should make the MIPS
> GOT a separate class than the GOT for all the other archs, because MIPS
> seems too different. (I'm just writing what I'm thinking, so no need to
> take an action.)
>
> I'm working on that :)
>

Awesome!


> --
> Simon Atanasyan
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161111/84b76030/attachment.html>


More information about the llvm-commits mailing list