[libcxx-commits] [PATCH] D157602: [libc++] Work around dynamic linking of stringstream::str() on Windows

Nico Weber via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 11 07:26:01 PDT 2023


thakis added a subscriber: hans.
thakis added a comment.

Here's an unreduced compiler invocation: https://bugs.chromium.org/p/chromium/issues/detail?id=1463881#c9

@hans Hmm, I wonder if it's related to /Zc:dllexportInlines- (ref https://blog.llvm.org/2018/11/30-faster-windows-builds-with-clang-cl_14.html). We use that, and we build libc++ with -std=c++20 (since it wants that), and we built the client code that had problems with -std=c++17.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157602



More information about the libcxx-commits mailing list