[Patch] Add a skeleton for lld 3.9 release notes

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 13:13:34 PST 2016


Cheers,
Rafael
-------------- next part --------------
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
new file mode 100644
index 0000000..79b8c2f
--- /dev/null
+++ b/docs/ReleaseNotes.rst
@@ -0,0 +1,35 @@
+======================
+LLD 3.9 Release Notes
+======================
+
+.. contents::
+    :local:
+
+.. warning::
+   These are in-progress notes for the upcoming LLVM 3.9 release.
+
+Introduction
+============
+
+This document contains the release notes for the LLD linker, release 3.9.
+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/>`_.
+
+Non-comprehensive list of changes in this release
+=================================================
+
+ELF Improvements
+----------------
+
+* Initial support for LTO.
+
+COFF Improvements
+-----------------
+
+* Item 1.
+
+MachO Improvements
+------------------
+
+* Item 1.
diff --git a/docs/index.rst b/docs/index.rst
index 88c6f21..f109610 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -75,6 +75,7 @@ Contents
 
    design
    getting_started
+   ReleaseNotes
    development
    windows_support
    open_projects


More information about the llvm-commits mailing list