[PATCH] D38554: Fixed ppc32 function relocations in non-pic mode
Justin Hibbits via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 07:28:26 PST 2019
jhibbits added a comment.
Herald added subscribers: wuzish, jsji.
Without this or D70570 <https://reviews.llvm.org/D70570>, secure-PLT does not work. the @plt relocation annotations cause GNU ld to force BSS-PLT instead.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D38554/new/
https://reviews.llvm.org/D38554
More information about the llvm-commits
mailing list