Author: Jez Ng Date: 2021-02-17T18:58:16-05:00 New Revision: 440b16a4fc04a4bb614a60c26f42ab2ec27049a4
URL: https://github.com/llvm/llvm-project/commit/440b16a4fc04a4bb614a60c26f42ab2ec27049a4 DIFF: https://github.com/llvm/llvm-project/commit/440b16a4fc04a4bb614a60c26f42ab2ec27049a4.diff LOG: [lld-macho] Fill out release notes for 12.x Differential Revision: https://reviews.llvm.org/D95900 Added: Modified: lld/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst index ea1403888eba..7c1cbc4a4c4b 100644 --- a/lld/docs/ReleaseNotes.rst +++ b/lld/docs/ReleaseNotes.rst @@ -58,10 +58,26 @@ MinGW Improvements (`D93950 <https://reviews.llvm.org/D93950>`_) -MachO Improvements +Mach-O Improvements ------------------ -* Item 1. +We've gotten the new implementation of LLD for Mach-O to the point where it is +able to link large x86_64 programs, and we'd love to get some alpha testing on +it. The new Darwin back-end can be invoked as follows: + +.. code-block:: + clang -fuse-ld=lld.darwinnew /path/to/file.c + +To reach this point, we implemented numerous features, and it's easier to list +the major features we *haven't* yet completed: + +* LTO support +* Stack unwinding for exceptions +* Support for arm64, arm, and i386 architectures + +If you stumble upon an issue and it doesn't fall into one of these categories, +please file a bug report! + WebAssembly Improvements ------------------------ _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits