Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / docs / ReleaseNotes.rst
blobc322b776ff58f65e5666a3918d203d240725bb08
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 * ``--fat-lto-objects`` option is added to support LLVM FatLTO.
30   Without ``--fat-lto-objects``, LLD will link LLVM FatLTO objects using the
31   relocatable object file. (`D146778 <https://reviews.llvm.org/D146778>`_)
32 * common-page-size can now be larger than the system page-size.
33   (`#57618 <https://github.com/llvm/llvm-project/issues/57618>`_)
35 Breaking changes
36 ----------------
38 COFF Improvements
39 -----------------
41 * Added support for ``--time-trace`` and associated ``--time-trace-granularity``.
42   This generates a .json profile trace of the linker execution.
44 MinGW Improvements
45 ------------------
47 MachO Improvements
48 ------------------
50 WebAssembly Improvements
51 ------------------------
53 Fixes
54 #####