[libcxx-commits] [libcxx] [libc++] Fix bug in atomic_ref's calculation of lock_free-ness (PR #99570)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 19 06:29:15 PDT 2024


ldionne wrote:

@rprichard I am seeing a failure on Android x86 and I am unable to explain it: https://buildkite.com/llvm-project/libcxx-ci/builds/36496#0190c7ba-3ef7-4ebf-9368-95561243603a

Do you think you could take a look? It should be extremely easy to reproduce by pulling this patch, it's a compile-time failure in `libcxx/test/std/atomics/atomics.ref/is_always_lock_free.pass.cpp`.

https://github.com/llvm/llvm-project/pull/99570


More information about the libcxx-commits mailing list