workflows/release-tasks: Remove stray backslash
[llvm-project.git] / lld / docs / ReleaseNotes.rst
blobbf3b84b2efb81b289c605de457f65d520978d246
1 ===========================
2 lld |release| Release Notes
3 ===========================
5 .. contents::
6     :local:
8 .. only:: PreRelease
10   .. warning::
11      These are in-progress notes for the upcoming LLVM |release| release.
12      Release notes for previous releases can be found on
13      `the Download Page <https://releases.llvm.org/download.html>`_.
15 Introduction
16 ============
18 This document contains the release notes for the lld linker, release |release|.
19 Here we describe the status of lld, including major improvements
20 from the previous release. All lld releases may be downloaded
21 from the `LLVM releases web site <https://llvm.org/releases/>`_.
23 Non-comprehensive list of changes in this release
24 =================================================
26 ELF Improvements
27 ----------------
29 * ``--remap-inputs=`` and ``--remap-inputs-file=`` are added to remap input files.
30   (`D148859 <https://reviews.llvm.org/D148859>`_)
32 Breaking changes
33 ----------------
35 COFF Improvements
36 -----------------
38 MinGW Improvements
39 ------------------
41 MachO Improvements
42 ------------------
44 WebAssembly Improvements
45 ------------------------
47 Fixes
48 #####
50 * Arm exception index tables (.ARM.exidx sections) are now output
51   correctly when they are at a non zero offset within their output
52   section. (`D148033 <https://reviews.llvm.org/D148033>`_)