[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:44:54 PDT 2021
int3 marked an inline comment as done.
int3 added inline comments.
================
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.
+
----------------
oontvoo wrote:
> the phrase seems a bit comical to me :) ...
it's a common turn of phrase... I think
================
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>`_)
----------------
oontvoo wrote:
> "emitted properly" ?
I considered that, but only `__mh_execute_header` is actually emitted...
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