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
commit5974a33ce6f466af42cf2efae9bfb8b95163d659 (patch)
tree440de7449d8e4f667e1910947a1f06c20ad7f66f
parent9be263cba6f5869817da2af8fef16f8f01aa6eaa (diff)
Clarify the wording for the state of the lld/MinGW target
git-svn-id: https://llvm.org/svn/llvm-project/lld/branches/release_70@341976 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index c45a019ec..baac14fc9 100644
--- a/docs/ReleaseNotes.rst
+++ b/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
=================================================