[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:13:20 PDT 2017


tmsriram added a comment.

In https://reviews.llvm.org/D39079#905353, @hfinkel wrote:

> Noting that, as @vit9696  pointed out in https://reviews.llvm.org/D38554, this does not suppress uses of the PLT that occur from backend/optimizer-generated functions (e.g., calls into compiler-rt and similar).


Can I work on this as a follow-up?


https://reviews.llvm.org/D39079





More information about the cfe-commits mailing list