[PATCH] D81446: [llvm][ELF][AArch64] Handle R_AARCH64_PLT32 relocation
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 14:21:30 PDT 2020
leonardchan added inline comments.
================
Comment at: llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:402
break;
+ case ELF::R_AARCH64_PLT32:
case ELF::R_AARCH64_PREL32: {
----------------
MaskRay wrote:
> Reusing PREL32 seems wrong.
Split into another case. From what I could tell, it should be nearly the same except the upper bound is 2^31.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81446/new/
https://reviews.llvm.org/D81446
More information about the llvm-commits
mailing list