[PATCH] D136605: [libc++] Fixes for static libc++ on Windows using VCRuntime ABI

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 12:58:19 PST 2022


mstorsjo added a comment.

In D136605#3971259 <https://reviews.llvm.org/D136605#3971259>, @andrewng wrote:

> However, the `libc++` static test configuration does appear to be a mix of static and dynamic but that's another issue.

It's not necessarily a case when _every_ library is linked statically - it's a case where libc++ itself is linked statically. Whether each of libc++, msvcp, vcruntime or UCRT are linked statically or dynamically are orthogonal distribution choices.


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

https://reviews.llvm.org/D136605



More information about the llvm-commits mailing list