0

Remove obsolete section on lld from docs/clang.md

LLD is (generally) used by default on Android, Fuchsia, Linux, and Windows
nowadays, so it's no longer "experimental". We probably don't need to mention
it at all here; just remove this paragraph.

Bug: none
Change-Id: I50a283b4ad4d9a3a7e56c2886759027c5c6c4f4f
Reviewed-on: https://chromium-review.googlesource.com/c/1359517
Commit-Queue: Hans Wennborg <hans@chromium.org>
Reviewed-by: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613467}
This commit is contained in:
Nico Weber
2018-12-04 08:11:32 +00:00
committed by Commit Bot
parent c31cc87402
commit ae1e319261

@ -102,13 +102,3 @@ If your clang revision is very different from the one currently used in chromium
* Check `tools/clang/scripts/update.py` to find chromium's clang revision
* You might have to tweak warning flags.
## Using LLD
**Experimental!**
LLD is a relatively new linker from LLVM. The current focus is on Windows and
Linux support, where it can link Chrome approximately twice as fast as gold and
MSVC's link.exe as of this writing.
Set `use_lld = true` in args.gn.