[PATCH] D66542: R_HEX_B15_PCREL_X/R_HEX_B9_PCREL_X can be in shared objects

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 00:32:00 PDT 2019


MaskRay added a comment.

If PLT is needed, you may want to take a look at `riscv-plt.s ppc32-abs-pic.s  ppc32-call-stub-pic.s`. They demonstrate some properties that should be checked: dynamic relocations, PLT instruction sequences, contents of dynamic section, etc.


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66542/new/

https://reviews.llvm.org/D66542





More information about the llvm-commits mailing list