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.
- For AArch64, added support for
-zgcs-report-dynamic
, enabling checks for GNU GCS Attribute Flags in Dynamic Objects when GCS is enabled. Inherits value from-zgcs-report
(capped atwarning
level) unless user-defined, ensuring compatibility with GNU ld linker.