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

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 05:54:29 PDT 2022


thakis created this revision.
thakis added a reviewer: hans.
Herald added a reviewer: MaskRay.
Herald added a project: All.
thakis requested review of this revision.
Herald added a subscriber: StephenFan.

https://reviews.llvm.org/D124254

Files:
  lld/docs/ReleaseNotes.rst


Index: lld/docs/ReleaseNotes.rst
===================================================================
--- lld/docs/ReleaseNotes.rst
+++ lld/docs/ReleaseNotes.rst
@@ -42,8 +42,10 @@
 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>`_)
 * ...
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124254.424454.patch
Type: text/x-patch
Size: 707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220422/4d069538/attachment.bin>


More information about the llvm-commits mailing list