[llvm-branch-commits] [libcxx] b82aea1 - [libcxx] Add a release note for Clang-cl specific features (#80010)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 6 16:36:28 PST 2024
Author: Martin Storsjö
Date: 2024-02-06T16:36:23-08:00
New Revision: b82aea1fa13b09f4616b89f194f3bacfe22e8fa6
URL: https://github.com/llvm/llvm-project/commit/b82aea1fa13b09f4616b89f194f3bacfe22e8fa6
DIFF: https://github.com/llvm/llvm-project/commit/b82aea1fa13b09f4616b89f194f3bacfe22e8fa6.diff
LOG: [libcxx] Add a release note for Clang-cl specific features (#80010)
Added:
Modified:
libcxx/docs/ReleaseNotes/18.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseNotes/18.rst b/libcxx/docs/ReleaseNotes/18.rst
index fb3d2af544c287..450a6f25d1ea5e 100644
--- a/libcxx/docs/ReleaseNotes/18.rst
+++ b/libcxx/docs/ReleaseNotes/18.rst
@@ -342,3 +342,6 @@ Build System Changes
them so that they can interoperate with other system-provided libraries that might be using a
diff erent unwinding
library (such as ``libgcc_s``), you should pass ``LIBCXXABI_USE_LLVM_UNWINDER=OFF`` and ``COMPILER_RT_USE_LLVM_UNWINDER=OFF``
to make sure the system-provided unwinding library is used by the LLVM runtimes.
+
+- In Clang-cl configurations, libc++ can now be built against the static and/or
+ debug MSVC C runtimes
More information about the llvm-branch-commits
mailing list