[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 00:52:58 PST 2023


arichardson added a comment.

Using `__LP64__` means we won't use umtx for CHERI architectures. Can we change this to `__SIZEOF_LONG__ == 8`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142422



More information about the libcxx-commits mailing list