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 * ``--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>`_)
41 * Added support for ``--time-trace`` and associated ``--time-trace-granularity``.
42 This generates a .json profile trace of the linker execution.
50 WebAssembly Improvements
51 ------------------------