[libcxx-commits] [libcxx] [libc++][NFC] Simplify features for detecting atomics' support. (PR #75553)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 19 13:38:36 PST 2023


================
@@ -183,25 +183,26 @@ def _getAndroidDeviceApi(cfg):
         actions=[AddLinkFlag("-latomic")],
     ),
     Feature(
-        name="non-lockfree-atomics",
+        name="has-64-bit-atomics",
----------------
EricWF wrote:

What does it mean to have `has-64-bit-atomics`? 

I guess I still don't understand the fundamental underlying property we're trying to observe. 

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


More information about the libcxx-commits mailing list