The libcxx test suite auto-detects spaceship operator, but __config does not. This means that the libcxx test suite has been broken for over a month when using top-of-tree clang. This also really ought to be fixed before 10.0.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Eric, Marshall, what do you think?
I'm seeing these failures locally to, on the 10.x branch, and they also seem to be failing on the pre-submit bot, e.g. https://reviews.llvm.org/D73233#1836809
Comment Actions
I've also been experiencing these test failures and I'm very much interested in this getting landed.
(I've done this very change independently from you in D73351, so LGTM, but I am not a libc++ expert though.)
Comment Actions
Thanks! Cherry-picked to 10.x in 39c349e8fc7f4b334cf4b30724b28dfce44a024e
Please let me know if there are any follow-ups.