From 379a3e1760d82101c3d626f7c8d3010a92756ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 30 Jan 2024 14:18:22 +0200 Subject: [PATCH] [libcxx] Add a release note for Clang-cl specific features --- libcxx/docs/ReleaseNotes/18.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libcxx/docs/ReleaseNotes/18.rst b/libcxx/docs/ReleaseNotes/18.rst index fb3d2af544c28..450a6f25d1ea5 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 different 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