From 79944f20eacb731772bd2501a81d62d4e3416585 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 16 Feb 2016 13:12:55 +0000 Subject: [PATCH] Start adding release notes for lld. llvm-svn: 260960 --- lld/docs/ReleaseNotes.rst | 35 +++++++++++++++++++++++++++++++++++ lld/docs/index.rst | 1 + 2 files changed, 36 insertions(+) create mode 100644 lld/docs/ReleaseNotes.rst diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst new file mode 100644 index 0000000..79b8c2f8 --- /dev/null +++ b/lld/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 `_. + +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/lld/docs/index.rst b/lld/docs/index.rst index 88c6f21..f109610 100644 --- a/lld/docs/index.rst +++ b/lld/docs/index.rst @@ -75,6 +75,7 @@ Contents design getting_started + ReleaseNotes development windows_support open_projects -- 2.7.4