[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 06:40:49 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9c00e3d49e34: [lld/win] Mention in release notes that /winsysroot: currently requires… (authored by thakis).
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124254/new/

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.424461.patch
Type: text/x-patch
Size: 707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220422/469860f3/attachment.bin>


More information about the llvm-commits mailing list