1 ===========================
2 lld |release| Release Notes
3 ===========================
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>`_.
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 =================================================
29 * ``--remap-inputs=`` and ``--remap-inputs-file=`` are added to remap input files.
30 (`D148859 <https://reviews.llvm.org/D148859>`_)
44 WebAssembly Improvements
45 ------------------------
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>`_)