Update document.
authorRui Ueyama <ruiu@google.com>
Thu, 20 Oct 2016 05:35:25 +0000 (05:35 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 20 Oct 2016 05:35:25 +0000 (05:35 +0000)
llvm-svn: 284698

lld/docs/NewLLD.rst

index 1f9bf87..cffea7c 100644 (file)
@@ -18,9 +18,9 @@ We expect that FreeBSD is going to be the first large system
 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.