[lld] r308475 - Clear release notes for 6.0.0
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 07:09:52 PDT 2017
Author: hans
Date: Wed Jul 19 07:09:52 2017
New Revision: 308475
URL: http://llvm.org/viewvc/llvm-project?rev=308475&view=rev
Log:
Clear release notes for 6.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=308475&r1=308474&r2=308475&view=diff
==============================================================================
--- lld/trunk/docs/ReleaseNotes.rst (original)
+++ lld/trunk/docs/ReleaseNotes.rst Wed Jul 19 07:09:52 2017
@@ -1,19 +1,19 @@
=======================
-LLD 5.0.0 Release Notes
+LLD 6.0.0 Release Notes
=======================
.. contents::
:local:
.. warning::
- These are in-progress notes for the upcoming LLVM 5.0.0 release.
+ These are in-progress notes for the upcoming LLVM 6.0.0 release.
Release notes for previous releases can be found on
`the Download Page <http://releases.llvm.org/download.html>`_.
Introduction
============
-This document contains the release notes for the LLD linker, release 5.0.0.
+This document contains the release notes for the LLD linker, release 6.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/>`_.
More information about the llvm-commits
mailing list