[WebAssembly] Fix asan issue from https://reviews.llvm.org/D121349
[llvm-project.git] / lld / docs / ReleaseNotes.rst
blobdc74b8abd17b3cf46c3f2bdfb1facda7dd1cec23
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 * ``-z pack-relative-relocs`` is now available to support ``DT_RELR`` for glibc 2.36+.
30   (`D120701 <https://reviews.llvm.org/D120701>`_)
32 Breaking changes
33 ----------------
35 * The GNU ld incompatible ``--no-define-common`` has been removed.
36 * The obscure ``-dc``/``-dp`` options have been removed.
37 * ``-d`` is now ignored.
38 * If a prevailing COMDAT group defines STB_WEAK symbol, having a STB_GLOBAL symbol in a non-prevailing group is now rejected with a diagnostic.
39   (`D120626 <https://reviews.llvm.org/D120626>`_)
41 COFF Improvements
42 -----------------
44 * Added autodetection of MSVC toolchain, a la clang-cl.  Also added /winsysroot
45   support for explicit specification of MSVC toolchain location.
46   (`D118070 <https://reviews.llvm.org/D118070>`_)
47 * ...
49 MinGW Improvements
50 ------------------
52 * ...
54 MachO Improvements
55 ------------------
57 * Item 1.
59 WebAssembly Improvements
60 ------------------------