[compiler-rt] r225049 - Avoid building compiler-rt with LTO.

Chandler Carruth chandlerc at google.com
Fri Jan 2 13:38:00 PST 2015


On Fri, Jan 2, 2015 at 1:34 PM, Alexey Samsonov <vonosmas at gmail.com> wrote:

> Alright. Do you think we should fix Clang so that "clang -fno-lto foo.S"
> doesn't print warnings?


I mean, the warning is correct... I think it's a bit weird that we can't
pass '-fno-lto' to the C and C++ compiles independently of the preprocessed
asm compiles... does CMake just have no support for this? Quite unfortunate.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150102/e62e898e/attachment.html>


More information about the llvm-commits mailing list