[libcxx-commits] [PATCH] D110338: [libc++] Require a C++20 capable compiler.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 29 14:57:56 PDT 2021
ldionne added a comment.
GCC 7.3 has been unsupported since the LLVM 12 release, see the discussion started at https://lists.llvm.org/pipermail/llvm-dev/2021-March/148881.html. Please use https://libcxx.llvm.org/BuildingLibcxx.html#bootstrapping-build as @Mordante suggested -- it will also result in a working libc++ as opposed to a maybe-working-libc++-but-nobody-has-tested-that-for-years.
If you need some more time to fix this on your end, please apply a revert locally, but reverting upstream is not an option at this point.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110338/new/
https://reviews.llvm.org/D110338
More information about the libcxx-commits
mailing list