Make use_lld=true a viable alternative to is_debug_fastlink=true and the Visual C++ linker |
|||
Issue descriptionIn the long term, we already plan to use LLD in the official build on Windows so that we can benefit from various whole-program optimizations and security mitigations (ThinLTO, CFI). It is already capable of linking full PDBs, and is typically much faster than the Visual C++ linker for non-incremental links. This issue covers fixing the remaining test Chromium test failures with LLD and optimizing linking to the point that we can recommend it for daily development.
,
Dec 5 2017
,
Jul 9
Given that we've shipped lld, I suppose this is done. There's a separate bug for incremental link support somewhere, but lld is fairly fast without it already. |
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Nov 4 2017