aboutsummaryrefslogtreecommitdiff
path: root/lld/docs
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2021-01-26 19:37:08 -0800
committerTom Stellard <tstellar@redhat.com>2021-01-26 19:37:55 -0800
commit5369517d20dd362a178a1b2d6c398d8898ee4620 (patch)
tree6ef10faece050bed2e7334eda439fc02fc154948 /lld/docs
parent8e464dd76befbc4a39a1d21968a3d5f543e29312 (diff)
downloadllvm-5369517d20dd362a178a1b2d6c398d8898ee4620.zip
llvm-5369517d20dd362a178a1b2d6c398d8898ee4620.tar.gz
llvm-5369517d20dd362a178a1b2d6c398d8898ee4620.tar.bz2
Bump the trunk major version to 13llvmorg-13-init
and clear the release notes.
Diffstat (limited to 'lld/docs')
-rw-r--r--lld/docs/ReleaseNotes.rst9
-rw-r--r--lld/docs/conf.py4
2 files changed, 6 insertions, 7 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index e0b17ca..3684e99 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -1,19 +1,19 @@
========================
-lld 12.0.0 Release Notes
+lld 13.0.0 Release Notes
========================
.. contents::
:local:
.. warning::
- These are in-progress notes for the upcoming LLVM 12.0.0 release.
+ These are in-progress notes for the upcoming LLVM 13.0.0 release.
Release notes for previous releases can be found on
`the Download Page <https://releases.llvm.org/download.html>`_.
Introduction
============
-This document contains the release notes for the lld linker, release 12.0.0.
+This document contains the release notes for the lld linker, release 13.0.0.
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 <https://llvm.org/releases/>`_.
@@ -24,8 +24,7 @@ Non-comprehensive list of changes in this release
ELF Improvements
----------------
-* ``--error-handling-script`` is added to allow for user-defined handlers upon
- missing libraries. (`D87758 <https://reviews.llvm.org/D87758>`_)
+* ...
Breaking changes
----------------
diff --git a/lld/docs/conf.py b/lld/docs/conf.py
index da03afe..2df1aa7 100644
--- a/lld/docs/conf.py
+++ b/lld/docs/conf.py
@@ -48,9 +48,9 @@ copyright = u'2011-%d, LLVM Project' % date.today().year
# built documents.
#
# The short version.
-version = '12'
+version = '13'
# The full version, including alpha/beta/rc tags.
-release = '12'
+release = '13'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.