[all-commits] [llvm/llvm-project] c19a81: [libc++] protect absent atomic types with ifdef (#...
Dominik Wójt via All-commits
all-commits at lists.llvm.org
Mon Feb 26 22:27:14 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c19a81931ce47278967056927aa87a7685e5447c
https://github.com/llvm/llvm-project/commit/c19a81931ce47278967056927aa87a7685e5447c
Author: Dominik Wójt <dominik.wojt at arm.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M libcxx/modules/std/atomic.inc
Log Message:
-----------
[libc++] protect absent atomic types with ifdef (#82351)
Otherwise modules.std-module.sh.cpp test fails with following error:
error: no member named 'atomic_signed_lock_free' in namespace 'std'
when the types are not available.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list