[PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 27 07:07:52 PST 2015


ruiu added inline comments.

================
Comment at: ELF/Target.cpp:917-919
@@ +916,5 @@
+  case R_AARCH64_ABS64:
+  case R_AARCH64_PREL16:
+  case R_AARCH64_PREL32:
+  case R_AARCH64_PREL64:
+  case R_AARCH64_ADR_PREL_LO21:
----------------
These are GOT-relative relocations. Do you need to create copy relocations for them?


http://reviews.llvm.org/D15043





More information about the llvm-commits mailing list