[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
Thu May 18 01:55:40 PDT 2023


andrewng added a comment.

> Additionally, with https://reviews.llvm.org/D150688 it looks like we might end up sticking with the old way of picking CRT for some time still; primarily for other parts of llvm, but it might end up having to apply to libcxx too...

Hopefully, the "new" way of picking the flavour of MS run-time will be adopted across all projects, although that might not be so straightforward to do. Ideally it would need to support the current settings too during a transition period, assuming those settings can be effectively mapped.


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