[lld] r284698 - Update document.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 22:35:25 PDT 2016


Author: ruiu
Date: Thu Oct 20 00:35:25 2016
New Revision: 284698

URL: http://llvm.org/viewvc/llvm-project?rev=284698&view=rev
Log:
Update document.

Modified:
    lld/trunk/docs/NewLLD.rst

Modified: lld/trunk/docs/NewLLD.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/NewLLD.rst?rev=284698&r1=284697&r2=284698&view=diff
==============================================================================
--- lld/trunk/docs/NewLLD.rst (original)
+++ lld/trunk/docs/NewLLD.rst Thu Oct 20 00:35:25 2016
@@ -18,9 +18,9 @@ We expect that FreeBSD is going to be th
 to adopt LLD as the system linker.
 We are working on it in collaboration with the FreeBSD project.
 
-The linkers are notably small; as of June 2016,
-the COFF linker is under 7k lines and the ELF linker is about 13k lines,
-while gold is 146K lines.
+The linkers are notably small; as of October 2016,
+the COFF linker is about 7k lines and the ELF linker is about 18k lines,
+while gold is 165K lines.
 
 The linkers are designed to be as fast and simple as possible.
 Because it is simple, it is easy to extend to support new features.




More information about the llvm-commits mailing list