We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4ff00 commit 9c00e3dCopy full SHA for 9c00e3d
lld/docs/ReleaseNotes.rst
@@ -42,8 +42,10 @@ Breaking changes
42
COFF Improvements
43
-----------------
44
45
-* Added autodetection of MSVC toolchain, a la clang-cl. Also added /winsysroot
46
- 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
47
+ location, similar to clang-cl's ``/winsysroot``. For now,
48
+ ``/winsysroot:`` requires also passing in an explicit ``/machine:`` flag.
49
(`D118070 <https://reviews.llvm.org/D118070>`_)
50
* ...
51
0 commit comments