[PATCH] D107922: [lld-macho] Fill out release notes for 13.x

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 11 12:43:01 PDT 2021


int3 marked an inline comment as done.
int3 added inline comments.


================
Comment at: lld/docs/ReleaseNotes.rst:62
+* ``-dead_strip`` is now supported. (`D103324 <https://reviews.llvm.org/D103324>`_)
+* Support for identical code folding (``--icf=safe``) has been added.
+  (`D103292 <https://reviews.llvm.org/D103292>`_)
----------------
smeenai wrote:
> We added `--icf=all`, not `--icf=safe`, right?
oops. I was under the impression that `safe` and `all` were currently equivalent, but I see now that `safe` gets changed to `none`.


================
Comment at: lld/docs/ReleaseNotes.rst:66
+  added. (`D106767 <https://reviews.llvm.org/D106767>`_, `D106629 <https://reviews.llvm.org/D106629>`_)
+* ``$ld$install_name`` symbols are now supported. https://reviews.llvm.org/D103746
+* ``__mh_*_header`` symbols are now supported. (`D97007 <https://reviews.llvm.org/D97007>`_)
----------------
smeenai wrote:
> We support `$ld$previous` as well now, I thought.
yeah, missed that one


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107922/new/

https://reviews.llvm.org/D107922



More information about the llvm-commits mailing list