Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.17 KB

ReleaseNotes.rst

File metadata and controls

49 lines (35 loc) · 1.17 KB

lld |release| Release Notes

.. only:: PreRelease

  .. warning::
     These are in-progress notes for the upcoming LLVM |release| release.
     Release notes for previous releases can be found on
     `the Download Page <https://releases.llvm.org/download.html>`_.

This document contains the release notes for the lld linker, release |release|. Here we describe the status of lld, including major improvements from the previous release. All lld releases may be downloaded from the LLVM releases web site.

  • --compress-sections <section-glib>=[none|zlib|zstd] is added to compress matched output sections without the SHF_ALLOC flag. (#84855)