aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-08-29 14:31:27 +0000
committerHans Wennborg <hans@hanshq.net>2019-08-29 14:31:27 +0000
commit6ae27a5d97ca4063b813289137cd899478d04d05 (patch)
treea857ac4068be4d385a59753d25cefbe026e05308
parent87a33dee5db526153c34f8ccbd7a08c240ebe27d (diff)
ReleaseNotes: remove in-progress warning, remove empty sections
git-svn-id: https://llvm.org/svn/llvm-project/lld/branches/release_90@370364 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index ea3876f81..ce61cc0d4 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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
-------------------------
-
-* ...