[PATCH] D39079: New clang option -fno-plt to avoid PLT for external calls

Joerg Sonnenberger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 24 10:13:30 PDT 2017


joerg added a comment.

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.


https://reviews.llvm.org/D39079





More information about the cfe-commits mailing list