[PATCH] D15043: [ELF/AArch64] Add support for the R_AARCH64_COPY relocation.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 2 10:25:47 PST 2015
ruiu added a comment.
LGTM
================
Comment at: ELF/Target.cpp:942-943
@@ +941,4 @@
+ case R_AARCH64_LDST64_ABS_LO12_NC:
+ if (Config->Shared)
+ return false;
+ if (auto *SS = dyn_cast<SharedSymbol<ELF64LE>>(&S))
----------------
You may want to move this at beginning of this function?
http://reviews.llvm.org/D15043
More information about the llvm-commits
mailing list