[libcxx-commits] [libcxx] [libc++] Simplify features for detecting atomics' support. (PR #75553)
Konstantin Varlamov via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 29 14:25:01 PST 2024
================
@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
----------------
var-const wrote:
I think we already automatically link `libatomic`: https://github.com/llvm/llvm-project/pull/67799, or does the feature not cover these tests? (if I'm reading it correctly, it's applied to all tests unconditionally, but I could well be missing something)
https://github.com/llvm/llvm-project/pull/75553
More information about the libcxx-commits
mailing list