[libcxx-commits] [clang] [libcxx] [clang] [libc++] fix _Atomic c11 compare exchange does not update expected results (PR #78707)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Oct 5 04:36:32 PDT 2025
huixie90 wrote:
> I think the current state addresses my concerns, yes. I'd like to make one final pass over it, though; please git-clang-format and rebase the patch.
Thanks I rebased and clang-formatted the changed lines. The CI fails on the new test I added in libc++, because the libc++ is not using the just-built clang for testing for majority of the targets and they fail as expected. i will check with @ldionne how to skip the previous versions of clangs for that test
https://github.com/llvm/llvm-project/pull/78707
More information about the libcxx-commits
mailing list