[libcxx-commits] [PATCH] D91706: [libc++] [P0482] [C++20] Implement missing bits for atomic
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 24 08:05:28 PST 2020
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
In D91706#2410541 <https://reviews.llvm.org/D91706#2410541>, @curdeius wrote:
>
> I've fixed forgotten guards for compilers that support C++20 but don't have `char8_t`.
> Would it make sense to add one of these compilers to BuildKite premerge tests?
No, because we don't really want to support these compilers anyway. What we want to do instead is move towards a world where we build libc++ with modern compilers, usually the just-built Clang, while still supporting maybe 1 year back for other toolchain use cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91706/new/
https://reviews.llvm.org/D91706
More information about the libcxx-commits
mailing list