[PATCH] D65995: [ELF] Don't special case symbolic relocations with 0 addend to ifunc in writable locations

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 23:57:08 PDT 2019


ruiu added a comment.

> Currently the following 3 relocation types do not trigger the creation of a canonical PLT:
> 
> - GOT-generating
> - PLT-generating
> - symbolic relocation with 0 addend in a writable location

Is it a typo that a PLT-generating relocation do *not* trigger the creation a canonical PLT, or am I missing something?


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D65995





More information about the llvm-commits mailing list