[libcxx-commits] [PATCH] D142422: [libc++] [FreeBSD] only use _umtx_op(2) on 64bit arches

Alexander Richardson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 24 10:13:52 PST 2023


arichardson accepted this revision.
arichardson added a comment.

In D142422#4076305 <https://reviews.llvm.org/D142422#4076305>, @kib wrote:

> use __SIZEOF_LONG__ == 8 instead of __LP64__ for CHERI.

Thanks!


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

https://reviews.llvm.org/D142422



More information about the libcxx-commits mailing list