[PATCH] D26733: [ELF][MIPS] Add MipsGotSection to handle MIPS GOT
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 12:02:35 PST 2016
rafael accepted this revision.
rafael added a reviewer: rafael.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: ELF/Relocations.cpp:99
+static unsigned handleNoRelaxTlsRelocation(
+ GOT *Got, uint32_t Type, SymbolBody &Body, InputSectionBase<ELFT> &C,
+ typename ELFT::uint Offset, typename ELFT::uint Addend, RelExpr Expr) {
----------------
Got can be set in the function, no need to make it an argument.
Repository:
rL LLVM
https://reviews.llvm.org/D26733
More information about the llvm-commits
mailing list