diff --git a/libcxx/docs/ReleaseNotes/18.rst b/libcxx/docs/ReleaseNotes/18.rst index 4f7b9b362e5e66a..9aa8357b6c9f8aa 100644 --- a/libcxx/docs/ReleaseNotes/18.rst +++ b/libcxx/docs/ReleaseNotes/18.rst @@ -343,3 +343,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