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

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 11 06:55:47 PST 2016


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 :)

-- 
Simon Atanasyan


More information about the llvm-commits mailing list