[PATCH] D136554: Implement CWG2631
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 4 04:26:05 PDT 2022
cor3ntin added a comment.
In D136554#3907761 <https://reviews.llvm.org/D136554#3907761>, @royjacobson wrote:
> In D136554#3907661 <https://reviews.llvm.org/D136554#3907661>, @cor3ntin wrote:
>
>> I pushed a tentative fix for the bot failure,
>> alas I'm completely unable to reproduce the issue locally, even
>> though it does not appear to be architecture dependant afaict.
>
> It seems like those are the Sony CI bots... They default to C++14 (and a slightly different ABI) so if they fail alone usually it means someone didn't add a `-std` flag to the test.
Thanks! this is super useful information and I can now reproduce locally,
Investigating ( the test crashes, so it's not just a missing flag )
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136554/new/
https://reviews.llvm.org/D136554
More information about the cfe-commits
mailing list