In 6c75ab5f66b4, Clang deprecated _ExtInt in favor of _BitInt, which
made this test fail. This patch disables the test on older compilers
and uses the new _BitInt type instead.
Details
Details
- Reviewers
aaron.ballman - Group Reviewers
Restricted Project - Commits
- rGc49a13a45a0f: [libc++] Fix atomic test for _BitInt
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I've verified this patch solves problems we see in our downstream CI with
https://reviews.llvm.org/rG6c75ab5f66b403f7ca67e86aeed3a58abe10570b
Please submit :)