Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG45478619e3eb: [libc++] CI: Run -std=c++03 on Clang ToT
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
@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?
Hmm, interesting, thanks for checking. I think the bots should be updating their image automatically, but perhaps that doesn't work as intended. I'm trying to make them refresh their Docker image here: 496a3815f43d20853a4fad77c7d70414385c3b06
Okay, looks like I guessed correctly. The Docker images were being cached and had not updated for a while. Changing the Dockerfile forced them to rebuild and the C++03 job passed. I'll ship this now.