[llvm-branch-commits] [lld] r341662 - ReleaseNotes: tidy up for the release
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Sep 7 07:21:33 PDT 2018
Author: hans
Date: Fri Sep 7 07:21:33 2018
New Revision: 341662
URL: http://llvm.org/viewvc/llvm-project?rev=341662&view=rev
Log:
ReleaseNotes: tidy up for the release
Modified:
lld/branches/release_70/docs/ReleaseNotes.rst
Modified: lld/branches/release_70/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_70/docs/ReleaseNotes.rst?rev=341662&r1=341661&r2=341662&view=diff
==============================================================================
--- lld/branches/release_70/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_70/docs/ReleaseNotes.rst Fri Sep 7 07:21:33 2018
@@ -5,18 +5,13 @@ LLD 7.0.0 Release Notes
.. contents::
:local:
-.. warning::
- These are in-progress notes for the upcoming LLVM 7.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 7.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/>`_.
+from the `LLVM releases web site <https://llvm.org/releases/>`_.
Non-comprehensive list of changes in this release
=================================================
@@ -44,8 +39,3 @@ COFF Improvements
* Added support for outputting PDB debug info for MinGW targets.
* Improved compatibility of output binaries with GNU binutils objcopy/strip.
-
-MachO Improvements
-------------------
-
-* Item 1.
More information about the llvm-branch-commits
mailing list