[PATCH] D14749: [ELF2/AArch64] Add lazy relocation for AArch64 target.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 09:15:41 PST 2015


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM with a nit.


================
Comment at: ELF/Target.cpp:617
@@ +616,3 @@
+
+unsigned AArch64TargetInfo::getPLTRefReloc(unsigned Type) const { return Type; }
+
----------------
Remove this function.


http://reviews.llvm.org/D14749





More information about the llvm-commits mailing list