[PATCH] D30791: Add support for -fno-builtin to LTO and ThinLTO on Darwin

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 14:56:43 PDT 2017


pcc added a comment.

If this is just a temporary solution for one specific application, does it really need first class support in the clang driver? Would it not be sufficient for you to pass `-Wl,-mllvm,-lto-nobuiltin` at link time?

I also have a mild preference to use the term "freestanding" for this.


https://reviews.llvm.org/D30791





More information about the llvm-commits mailing list