[libcxx-commits] [PATCH] D106104: [libc++] CI: Run -std=c++03 on Clang ToT

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 27 07:03:00 PDT 2021


ldionne added a comment.

In D106104#2905818 <https://reviews.llvm.org/D106104#2905818>, @mizvekov wrote:

> 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?

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 <https://reviews.llvm.org/rG496a3815f43d20853a4fad77c7d70414385c3b06>


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