[lld/win] Mention in release notes that /winsysroot: currently requires /machine:
authorNico Weber <thakis@chromium.org>
Fri, 22 Apr 2022 12:53:59 +0000 (08:53 -0400)
committerNico Weber <thakis@chromium.org>
Fri, 22 Apr 2022 13:40:39 +0000 (09:40 -0400)
Differential Revision: https://reviews.llvm.org/D124254

lld/docs/ReleaseNotes.rst

index fc493b3..b3751e5 100644 (file)
@@ -42,8 +42,10 @@ Breaking changes
 COFF Improvements
 -----------------
 
-* Added autodetection of MSVC toolchain, a la clang-cl.  Also added /winsysroot
-  support for explicit specification of MSVC toolchain location.
+* Added autodetection of MSVC toolchain, a la clang-cl.  Also added
+  ``/winsysroot:`` support for explicit specification of MSVC toolchain
+  location, similar to clang-cl's ``/winsysroot``. For now,
+  ``/winsysroot:`` requires also passing in an explicit ``/machine:`` flag.
   (`D118070 <https://reviews.llvm.org/D118070>`_)
 * ...