[PATCH] D60958: [PPC64] toc-indirect to toc-relative relaxation
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 21:07:11 PDT 2019
ruiu accepted this revision.
ruiu added a comment.
LGTM
================
Comment at: ELF/Arch/PPC64.cpp:113
+
+ // .rela.toc contains exclusively R_PPC64_ADDR64 relocations sorted by
+ // r_offset: 0, 8, 16, etc. For a given Offset, Offset / 8 gives us the
----------------
Nice comment. Thank you for writing this.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60958/new/
https://reviews.llvm.org/D60958
More information about the llvm-commits
mailing list