[PATCH] D15806: [ELF/AARCH64] - Implemented R_AARCH64_IRELATIVE relocation.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 29 08:31:50 PST 2015


grimar added inline comments.

================
Comment at: ELF/Target.cpp:1127
@@ -1126,2 +1126,3 @@
   CopyReloc = R_AARCH64_COPY;
+  IRelativeReloc = R_AARCH64_IRELATIVE;
   GotReloc = R_AARCH64_GLOB_DAT;
----------------
emaste wrote:
> Absent other reasons to order these in a specific way should it be in alpha order?
I dont think we have any order for that in other targets. I'm not sure that this much sense to order it, but I just did it to be on a safe side.


http://reviews.llvm.org/D15806





More information about the llvm-commits mailing list