1========================
2lld 13.0.0 Release Notes
3========================
4
5.. contents::
6    :local:
7
8.. warning::
9   These are in-progress notes for the upcoming LLVM 13.0.0 release.
10   Release notes for previous releases can be found on
11   `the Download Page <https://releases.llvm.org/download.html>`_.
12
13Introduction
14============
15
16This document contains the release notes for the lld linker, release 13.0.0.
17Here we describe the status of lld, including major improvements
18from the previous release. All lld releases may be downloaded
19from the `LLVM releases web site <https://llvm.org/releases/>`_.
20
21Non-comprehensive list of changes in this release
22=================================================
23
24ELF Improvements
25----------------
26
27* ...
28
29Breaking changes
30----------------
31
32* ``--shuffle-sections=<seed>`` has been changed to ``--shuffle-sections=<section-glob>=<seed>``.
33  Specify ``*`` as ``<section-glob>`` to get the previous behavior.
34
35COFF Improvements
36-----------------
37
38* ...
39
40MinGW Improvements
41------------------
42
43* ...
44
45MachO Improvements
46------------------
47
48* Item 1.
49
50WebAssembly Improvements
51------------------------
52
53