(lld-release-release-notes)=
:local: true
::::{only} PreRelease
:::{warning} These are in-progress notes for the upcoming LLVM {{ release | default("") }} release. Release notes for previous releases can be found on the Download Page. ::: ::::
This document contains the release notes for the lld linker, release {{ release | default("") }}. 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.
__objc_stubs entries are now ordered by the priority of the sections that call them, so that stubs reached from prioritized code are laid out together. This applies whenever section priorities exist, such as with -order_file.