Skip to content

Commit 9c00e3d

Browse files
committed
[lld/win] Mention in release notes that /winsysroot: currently requires /machine:
Differential Revision: https://reviews.llvm.org/D124254
1 parent 4c4ff00 commit 9c00e3d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lld/docs/ReleaseNotes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ Breaking changes
4242
COFF Improvements
4343
-----------------
4444

45-
* Added autodetection of MSVC toolchain, a la clang-cl. Also added /winsysroot
46-
support for explicit specification of MSVC toolchain location.
45+
* Added autodetection of MSVC toolchain, a la clang-cl. Also added
46+
``/winsysroot:`` support for explicit specification of MSVC toolchain
47+
location, similar to clang-cl's ``/winsysroot``. For now,
48+
``/winsysroot:`` requires also passing in an explicit ``/machine:`` flag.
4749
(`D118070 <https://reviews.llvm.org/D118070>`_)
4850
* ...
4951

0 commit comments

Comments
 (0)