[PATCH] D30791: Add support for -fno-builtin to LTO and ThinLTO on Darwin
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 13 16:03:07 PDT 2017
mehdi_amini added a comment.
In https://reviews.llvm.org/D30791#699844, @pcc wrote:
> 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?
Sure. I'm fine dropping the clang part.
> I also have a mild preference to use the term "freestanding" for this.
I don't mind.
https://reviews.llvm.org/D30791
More information about the llvm-commits
mailing list