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

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 29 08:13:27 PST 2015


emaste added a subscriber: emaste.

================
Comment at: ELF/Target.cpp:1127
@@ -1126,2 +1126,3 @@
   CopyReloc = R_AARCH64_COPY;
+  IRelativeReloc = R_AARCH64_IRELATIVE;
   GotReloc = R_AARCH64_GLOB_DAT;
----------------
Absent other reasons to order these in a specific way should it be in alpha order?


http://reviews.llvm.org/D15806





More information about the llvm-commits mailing list