[lld] r291839 - Clear the release notes for 5.0.0
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 12 14:00:54 PST 2017
Author: hans
Date: Thu Jan 12 16:00:54 2017
New Revision: 291839
URL: http://llvm.org/viewvc/llvm-project?rev=291839&view=rev
Log:
Clear the release notes for 5.0.0
Modified:
lld/trunk/docs/ReleaseNotes.rst
Modified: lld/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ReleaseNotes.rst?rev=291839&r1=291838&r2=291839&view=diff
==============================================================================
--- lld/trunk/docs/ReleaseNotes.rst (original)
+++ lld/trunk/docs/ReleaseNotes.rst Thu Jan 12 16:00:54 2017
@@ -1,17 +1,17 @@
=======================
-LLD 4.0.0 Release Notes
+LLD 5.0.0 Release Notes
=======================
.. contents::
:local:
.. warning::
- These are in-progress notes for the upcoming LLVM 4.0.0 release.
+ These are in-progress notes for the upcoming LLVM 5.0.0 release.
Introduction
============
-This document contains the release notes for the LLD linker, release 4.0.0.
+This document contains the release notes for the LLD linker, release 5.0.0.
Here we describe the status of LLD, including major improvements
from the previous release. All LLD releases may be downloaded
from the `LLVM releases web site <http://llvm.org/releases/>`_.
@@ -22,7 +22,7 @@ Non-comprehensive list of changes in thi
ELF Improvements
----------------
-* Initial support for LTO.
+* Item 1.
COFF Improvements
-----------------
More information about the llvm-commits
mailing list