Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
lld/docs/ReleaseNotes.rst
Show All 22 Lines | |||||
ELF Improvements | ELF Improvements | ||||
---------------- | ---------------- | ||||
* ``-Bsymbolic -Bsymbolic-functions`` has been changed to behave the same as ``-Bsymbolic-functions``. This matches GNU ld. | * ``-Bsymbolic -Bsymbolic-functions`` has been changed to behave the same as ``-Bsymbolic-functions``. This matches GNU ld. | ||||
(`D102461 <https://reviews.llvm.org/D102461>`_) | (`D102461 <https://reviews.llvm.org/D102461>`_) | ||||
* ``-Bno-symbolic`` has been added. | * ``-Bno-symbolic`` has been added. | ||||
(`D102461 <https://reviews.llvm.org/D102461>`_) | (`D102461 <https://reviews.llvm.org/D102461>`_) | ||||
* A new linker script command ``OVERWRITE_SECTIONS`` has been added. | |||||
(`D103303 <https://reviews.llvm.org/D103303>`_) | |||||
Breaking changes | Breaking changes | ||||
---------------- | ---------------- | ||||
* ``--shuffle-sections=<seed>`` has been changed to ``--shuffle-sections=<section-glob>=<seed>``. | * ``--shuffle-sections=<seed>`` has been changed to ``--shuffle-sections=<section-glob>=<seed>``. | ||||
Specify ``*`` as ``<section-glob>`` to get the previous behavior. | Specify ``*`` as ``<section-glob>`` to get the previous behavior. | ||||
COFF Improvements | COFF Improvements | ||||
Show All 17 Lines |