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

Hal Finkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 24 10:33:28 PDT 2017


hfinkel added a comment.

> what is breaking the ELF interposition rules

Frankly, in retrospect, ELF's interposition rules (or at least the defaults for those rules), seem suboptimal on several fronts. While breaking them has some unfortunate consistency implications, I don't consider breaking them a bad thing.


https://reviews.llvm.org/D39079





More information about the cfe-commits mailing list