[PATCH] D19496: [ELF][MIPS] Handle GOT entries for all non-local symbols uniformly
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 30 08:40:10 PDT 2016
rafael added a comment.
So, with the multiple vector solution, the index computation would still be simple for the non mips case, no? We would still have just
Sym.GotIndex = Entries.size();
Only inside the mips specific code would we have to look at MipsLocal and MipsGlobal entries.
Would you mind giving that a try?
Repository:
rL LLVM
http://reviews.llvm.org/D19496
More information about the llvm-commits
mailing list