Skip to content

Commit

Permalink
[libcxx] Add a release note for Clang-cl specific features (llvm#80010)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo authored and Shivam Gupta committed Aug 23, 2024
1 parent 09799e4 commit a5a584c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libcxx/docs/ReleaseNotes/18.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a5a584c

Please sign in to comment.