forked from OSchip/llvm-project
Update docs version and clear release notes after 8.0.0 version bump
llvm-svn: 338558
This commit is contained in:
parent
3d0d25ddf4
commit
5f3be212b1
|
@ -1,19 +1,19 @@
|
||||||
=======================
|
=======================
|
||||||
LLD 7.0.0 Release Notes
|
LLD 8.0.0 Release Notes
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
These are in-progress notes for the upcoming LLVM 7.0.0 release.
|
These are in-progress notes for the upcoming LLVM 8.0.0 release.
|
||||||
Release notes for previous releases can be found on
|
Release notes for previous releases can be found on
|
||||||
`the Download Page <http://releases.llvm.org/download.html>`_.
|
`the Download Page <http://releases.llvm.org/download.html>`_.
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
This document contains the release notes for the lld linker, release 7.0.0.
|
This document contains the release notes for the lld linker, release 8.0.0.
|
||||||
Here we describe the status of lld, including major improvements
|
Here we describe the status of lld, including major improvements
|
||||||
from the previous release. All lld releases may be downloaded
|
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 <http://llvm.org/releases/>`_.
|
||||||
|
|
|
@ -48,9 +48,9 @@ copyright = u'2011-%d, LLVM Project' % date.today().year
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short version.
|
# The short version.
|
||||||
version = '7'
|
version = '8'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '7'
|
release = '8'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
Loading…
Reference in New Issue