[llvm-branch-commits] [lld] r370364 - ReleaseNotes: remove in-progress warning, remove empty sections
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 29 07:31:28 PDT 2019
Author: hans
Date: Thu Aug 29 07:31:27 2019
New Revision: 370364
URL: http://llvm.org/viewvc/llvm-project?rev=370364&view=rev
Log:
ReleaseNotes: remove in-progress warning, remove empty sections
Modified:
lld/branches/release_90/docs/ReleaseNotes.rst
Modified: lld/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_90/docs/ReleaseNotes.rst?rev=370364&r1=370363&r2=370364&view=diff
==============================================================================
--- lld/branches/release_90/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_90/docs/ReleaseNotes.rst Thu Aug 29 07:31:27 2019
@@ -5,11 +5,6 @@ lld 9.0.0 Release Notes
.. contents::
:local:
-.. warning::
- These are in-progress notes for the upcoming LLVM 9.0.0 release.
- Release notes for previous releases can be found on
- `the Download Page <https://releases.llvm.org/download.html>`_.
-
Introduction
============
@@ -37,8 +32,6 @@ ELF Improvements
into corresponding PT_MIPS_REGINFO, PT_MIPS_OPTIONS, and PT_MIPS_ABIFLAGS
segments.
-* ...
-
COFF Improvements
-----------------
@@ -76,8 +69,6 @@ COFF Improvements
* The generated thunks for delayimports now share the majority of code
among thunks, significantly reducing the overhead of using delayimport
-* ...
-
MinGW Improvements
------------------
@@ -95,13 +86,3 @@ MinGW Improvements
name, with the new option ``-pdb=`` with an empty value to the option.
(The old existing syntax ``-pdb <filename>`` was more cumbersome to use
with an empty parameter value.)
-
-MachO Improvements
-------------------
-
-* Item 1.
-
-WebAssembly Improvements
-------------------------
-
-* ...
More information about the llvm-branch-commits
mailing list