[PATCH] D25833: [ELF][MIPS] Put local GOT entries accessed via a 16-bit index first

Mandeep Singh Grang via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 11:28:48 PDT 2016


mgrang added inline comments.


================
Comment at: ELF/OutputSections.cpp:205
     Sym.IsInGlobalMipsGot = true;
+  } else if (Expr == R_MIPS_GOT_OFF32) {
+    AddEntry(Sym, Addend, MipsLocal32);
----------------
Fix indentation. It would be great if you could fix indentation of the next "else" too :)


Repository:
  rL LLVM

https://reviews.llvm.org/D25833





More information about the llvm-commits mailing list