[PATCH] D54868: [PPC][PPC64] PPC_REL14 and PPC64_REL14 relocations
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 25 21:18:59 PST 2018
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: ELF/Arch/PPC.cpp:41
case R_PPC_REL24:
+ case R_PPC_REL14:
case R_PPC_REL32:
----------------
14 24 32 may feel more natural
================
Comment at: ELF/Arch/PPC64.cpp:425
case R_PPC64_REL24:
+ case R_PPC64_REL14:
return R_PPC_CALL_PLT;
----------------
ditto here
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54868/new/
https://reviews.llvm.org/D54868
More information about the llvm-commits
mailing list