[PATCH] D14950: [ELF2][MIPS] Support R_MIPS_CALL16 relocation
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 10:25:13 PST 2015
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM with this fix.
================
Comment at: ELF/Target.cpp:116
@@ -115,2 +115,3 @@
MipsTargetInfo();
+ unsigned getGotRefReloc(unsigned Type) const override;
void writeGotHeaderEntries(uint8_t *Buf) const override;
----------------
Please remove this function from this patch.
Repository:
rL LLVM
http://reviews.llvm.org/D14950
More information about the llvm-commits
mailing list