[PATCH] D18711: Change how we apply rellocations

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 10 23:42:41 PDT 2016


atanasyan added inline comments.

================
Comment at: ELF/InputSection.h:39
@@ +38,3 @@
+    R_PLT,
+    R_PLT_OPD,
+    R_PLT_PC,
----------------
> I'd name R_PPC_PLT_OPD since this is PPC-specific.

I suggest to rename s/R_GOT_PAGE_PC/R_AARCH64_GOT_PAGE_PC/ and s/R_PAGE_PC/R_AARCH64_PAGE_PC/ by the same reason.


http://reviews.llvm.org/D18711





More information about the llvm-commits mailing list