aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2018-09-11 13:27:39 +0000
committerRui Ueyama <ruiu@google.com>2018-09-11 13:27:39 +0000
commit383fa52f0f703c115a2f68e3e49687f2c32c78ce (patch)
tree050f6a711c2597f5333fea4eaa3fb9b1c1591346
parentd15c758f14c138e1045c0c83bcecd83349fd6d86 (diff)
downloadllvm-383fa52f0f703c115a2f68e3e49687f2c32c78ce.zip
llvm-383fa52f0f703c115a2f68e3e49687f2c32c78ce.tar.gz
llvm-383fa52f0f703c115a2f68e3e49687f2c32c78ce.tar.bz2
Update release notes to say that lld/MinGW is production-ready.
llvm-svn: 341936
-rw-r--r--lld/docs/ReleaseNotes.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 96fa8e04..c45a019 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -13,11 +13,12 @@ Mach-O (macOS), MinGW and WebAssembly. lld is command-line-compatible with GNU
linkers and Microsoft link.exe, and is significantly faster than these system
default linkers.
-lld 7 for ELF and COFF are production-ready. lld/ELF can build the entire
+lld 7 for ELF, COFF and MinGW are production-ready. lld/ELF can build the entire
FreeBSD/AMD64 and will be the default linker of the next version of the
operating system. lld/COFF is being used to build popular large programs such as
-the Chrome web browser. Mach-O, MinGW and WebAssembly supports are still
-experimental.
+the Chrome web browser. lld/MinGW is being used by Firefox for their MinGW
+builds, though it needs a special-built sysroot. Mach-O and WebAssembly supports
+are still experimental.
Non-comprehensive list of changes in this release
=================================================