[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 14:28:59 PDT 2016
ruiu created this revision.
ruiu added reviewers: emaste, davide.
ruiu added a subscriber: llvm-commits.
Herald added a subscriber: emaste.
Can you confirm that we are now able to link most FreeBSD userland
programs with LLD?
https://reviews.llvm.org/D23695
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -19,6 +19,15 @@
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. 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.68606.patch
Type: text/x-patch
Size: 712 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160818/e6426052/attachment.bin>
More information about the llvm-commits
mailing list