[lld] 9c00e3d - [lld/win] Mention in release notes that /winsysroot: currently requires /machine:
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 06:40:49 PDT 2022
Author: Nico Weber
Date: 2022-04-22T09:40:39-04:00
New Revision: 9c00e3d49e3401ea5fdc733bef7ed2e91dead2ec
URL: https://github.com/llvm/llvm-project/commit/9c00e3d49e3401ea5fdc733bef7ed2e91dead2ec
DIFF: https://github.com/llvm/llvm-project/commit/9c00e3d49e3401ea5fdc733bef7ed2e91dead2ec.diff
LOG: [lld/win] Mention in release notes that /winsysroot: currently requires /machine:
Differential Revision: https://reviews.llvm.org/D124254
Added:
Modified:
lld/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index fc493b3f724d4..b3751e53db55c 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -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>`_)
* ...
More information about the llvm-commits
mailing list