[PATCH] D39079: New clang option -fno-plt to avoid PLT for external calls
Sriraman Tallam via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 24 10:16:35 PDT 2017
tmsriram added a comment.
In https://reviews.llvm.org/D39079#905372, @joerg wrote:
> Why again is this a good idea? This is an even worse hack than -Bsymbolic, the latter at least is visible in ELF header without code inspection. This is breaking core premises of ELF.
Could you elaborate a bit more on what ELF promises this is breaking? I haven't fully read through https://reviews.llvm.org/D38554 yet.
https://reviews.llvm.org/D39079
More information about the cfe-commits
mailing list