[PATCH] D41710: [LLD] [docs] Add preliminary release notes for LLD 6.0 for COFF
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 3 23:43:16 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL321787: [docs] Add preliminary release notes for LLD 6.0 for COFF (authored by mstorsjo, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D41710?vs=128554&id=128595#toc
Repository:
rL LLVM
https://reviews.llvm.org/D41710
Files:
lld/branches/release_60/docs/ReleaseNotes.rst
Index: lld/branches/release_60/docs/ReleaseNotes.rst
===================================================================
--- lld/branches/release_60/docs/ReleaseNotes.rst
+++ lld/branches/release_60/docs/ReleaseNotes.rst
@@ -29,7 +29,13 @@
COFF Improvements
-----------------
-* Item 1.
+* A GNU ld style frontend for the COFF linker has been added for MinGW.
+ In MinGW environments, the linker is invoked with GNU ld style parameters;
+ which LLD previously only supported when used as an ELF linker. When
+ a PE/COFF target is chosen, those parameters are rewritten into the
+ lld-link style parameters and the COFF linker is invoked instead.
+
+* Initial support for the ARM64 architecture has been added.
MachO Improvements
------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41710.128595.patch
Type: text/x-patch
Size: 760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180104/75dad415/attachment.bin>
More information about the llvm-commits
mailing list