[PATCH] D107922: [lld-macho] Fill out release notes for 13.x
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 11 12:38:20 PDT 2021
oontvoo accepted this revision.
oontvoo added a comment.
This revision is now accepted and ready to land.
Nice! thanks
================
Comment at: lld/docs/ReleaseNotes.rst:56
+The Mach-O backend is now able to link several large, real-world programs,
+though we are still working out the kinks.
+
----------------
the phrase seems a bit comical to me :) ...
================
Comment at: lld/docs/ReleaseNotes.rst:67
+* ``$ld$install_name`` symbols are now supported. https://reviews.llvm.org/D103746
+* ``__mh_*_header`` symbols are now supported. (`D97007 <https://reviews.llvm.org/D97007>`_)
+* LC_CODE_SIGNATURE is now supported. (`D96164 <https://reviews.llvm.org/D96164>`_)
----------------
"emitted properly" ?
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