[lld/win] Mention in release notes that /winsysroot: currently requires /machine:

Differential Revision: https://reviews.llvm.org/D124254
This commit is contained in:
Nico Weber 2022-04-22 08:53:59 -04:00
parent 4c4ff004a2
commit 9c00e3d49e

View 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>`_)
* ...