[libcxx-commits] [PATCH] D145589: [libc++] Make std::allocator_arg and friends conforming in C++17

Nico Weber via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 26 06:17:41 PDT 2023


thakis added a comment.

Some more notes:

- We only see this on a bot that does an unoptimized static library build (I said component above, but while the bot where it happens generally does a component build, the failing target is in a sub-toolchain that does static builds)
- The root cause is that on Windows, having the same symbol be inline in some places but strong in others causes duplicate symbol errors; standalone demo (which you can even run on a mac): https://bugs.chromium.org/p/chromium/issues/detail?id=1440126#c7


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145589



More information about the libcxx-commits mailing list