Author: Jez Ng Date: 2022-02-16T08:33:23-05:00 New Revision: 89309e187631e6648bc5c45846470f6fd2b2395f
URL: https://github.com/llvm/llvm-project/commit/89309e187631e6648bc5c45846470f6fd2b2395f DIFF: https://github.com/llvm/llvm-project/commit/89309e187631e6648bc5c45846470f6fd2b2395f.diff LOG: [lld] One more formatting fix for the release notes Added: Modified: lld/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst index d928b04d8dc0..672759fdf6b3 100644 --- a/lld/docs/ReleaseNotes.rst +++ b/lld/docs/ReleaseNotes.rst @@ -174,7 +174,7 @@ Mach-O Improvements (`D115092 <https://reviews.llvm.org/D115092>`_) * ``$ld$hide`` symbols are now supported. (`D115775 <https://reviews.llvm.org/D115775>`_) -* Symbols imported via `-weak_framework` are now properly marked as weak refs. +* Symbols imported via ``-weak_framework`` are now properly marked as weak refs. (`D114397 <https://reviews.llvm.org/D114397>`_) * ``--warn-dylib-install-name`` and ``--no-warn-dylib-install-name`` were added to toggle LLD-specific warnings around the use of ``-install_name``. _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
