[PATCH] D23695: Add a note that 3.9 is a major milestone for us.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 18 16:09:15 PDT 2016
ruiu updated this revision to Diff 68631.
ruiu added a comment.
- add ", including LLVM/Clang/LLD themselves."
https://reviews.llvm.org/D23695
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -19,6 +19,16 @@
What's new in ELF Support?
==========================
+LLD 3.9 is a major milestone for us. It is the first release that can
+link real-world large userland programs, including LLVM/Clang/LLD
+themselves. In fact, it can now be used to produce most userland
+programs distributed as part of FreeBSD. Many contributors have joined
+to the project to develop new features, port it to new architectures
+and fix issues since the last release.
+
+LLD 3.9 is as fast as it was. That is, roughly speaking, 2x faster
+than GNU gold.
+
Link-Time Optimization
----------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23695.68631.patch
Type: text/x-patch
Size: 750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160818/6652b9a8/attachment.bin>
More information about the llvm-commits
mailing list