[libcxx-commits] [PATCH] D119931: [libcxx][atomic] Remove workaround for PR31864

Ryan Prichard via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 23 18:53:05 PDT 2022


rprichard added a comment.
Herald added a subscriber: StephenFan.

I'm seeing this test fail on 32-bit x86 Linux currently because `__CLANG_ATOMIC_LLONG_LOCK_FREE` is still 1.

D28213 <https://reviews.llvm.org/D28213> would probably fix it? It was briefly merged, but it was reverted because it broke FreeBSD. D59566 <https://reviews.llvm.org/D59566> corrected MaxAtomicInlineWidth for pre-586 CPUs, which should make it possible to remerge D28213 <https://reviews.llvm.org/D28213>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119931/new/

https://reviews.llvm.org/D119931



More information about the libcxx-commits mailing list