search for: b12329f5

Displaying 1 result from an estimated 1 matches for "b12329f5".

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?