[libcxx-commits] [PATCH] D144734: [libcxx] Enable support for static and debug Windows runtimes

Andrew Ng via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 17 06:53:42 PDT 2023


andrewng added a comment.

In D144734#4347261 <https://reviews.llvm.org/D144734#4347261>, @mstorsjo wrote:

> FYI, the project minimum CMake version has more been bumped to 3.20, so this can be updated to only use `CMAKE_MSVC_RUNTIME_LIBRARY` now.

I already did this sometime ago, just waiting and waiting for things to settle. However, I may try updating the patch to check the situation with regards to `libc++` CI.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144734/new/

https://reviews.llvm.org/D144734



More information about the libcxx-commits mailing list