aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-09-11 18:34:33 +0000
committerMartin Storsjo <martin@martin.st>2018-09-11 18:34:33 +0000
commitd18bc8eb29fc261d77d7c3abd47b265e7257f7d9 (patch)
treef082898d5cca9de7d3758990d786f2dafde828b4
parent383fa52f0f703c115a2f68e3e49687f2c32c78ce (diff)
downloadllvm-d18bc8eb29fc261d77d7c3abd47b265e7257f7d9.zip
llvm-d18bc8eb29fc261d77d7c3abd47b265e7257f7d9.tar.gz
llvm-d18bc8eb29fc261d77d7c3abd47b265e7257f7d9.tar.bz2
Clarify the wording for the state of the lld/MinGW target
llvm-svn: 341976
-rw-r--r--lld/docs/ReleaseNotes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index c45a019..baac14f 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -17,8 +17,8 @@ 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. 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.
+builds. lld/MinGW still needs a sysroot specifically built for lld, with
+llvm-dlltool, though. Mach-O and WebAssembly supports are still experimental.
Non-comprehensive list of changes in this release
=================================================