diff options
author | Rui Ueyama <ruiu@google.com> | 2016-10-20 05:35:25 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-10-20 05:35:25 +0000 |
commit | 13146fce60e3fa7c37b5784b8ee7265dba2f2de7 (patch) | |
tree | 713c25312d0437f4e4b304ee3dfcdcf3659bb9a8 | |
parent | 388838ed23da43bea39001ba28f4e41282bf468e (diff) | |
download | llvm-13146fce60e3fa7c37b5784b8ee7265dba2f2de7.zip llvm-13146fce60e3fa7c37b5784b8ee7265dba2f2de7.tar.gz llvm-13146fce60e3fa7c37b5784b8ee7265dba2f2de7.tar.bz2 |
Update document.
llvm-svn: 284698
-rw-r--r-- | lld/docs/NewLLD.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/docs/NewLLD.rst b/lld/docs/NewLLD.rst index 1f9bf87..cffea7c 100644 --- a/lld/docs/NewLLD.rst +++ b/lld/docs/NewLLD.rst @@ -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. |