Displaying 2 results from an estimated 2 matches for "2a43725e".
2015 Aug 31
2
RFC: LTO should use -disable-llvm-verifier
...________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150831/2a43725e/attachment.html>
2015 Aug 29
8
RFC: LTO should use -disable-llvm-verifier
The verifier takes ~5% of link time when using LTO. I think we
should add a `-disable-llvm-verifier` option to the LTO plugins, and
change the clang driver to pass the option through in release builds.
In asserts builds, the clang driver would not pass the option.
This would match the way the driver passes -disable-llvm-verifier to
-cc1.
Everyone on board?