[libcxx-commits] [PATCH] D106104: [libc++] CI: Run -std=c++03 on Clang ToT
Matheus Izvekov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 26 15:17:11 PDT 2021
mizvekov added a comment.
In D106104#2905786 <https://reviews.llvm.org/D106104#2905786>, @ldionne wrote:
> @mizvekov For some reason, it looks like the tests are still failing with Clang ToT, even with all your patches applied. Any idea?
>
> We need to fix this for the LLVM 13 release, or users will be unable to compile in C++03 mode (cause libc++ won't work).
It's working on compiler explorer / clang trunk: https://godbolt.org/z/E6xP4qfPa
Maybe that bot has very outdated clang?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106104/new/
https://reviews.llvm.org/D106104
More information about the libcxx-commits
mailing list