jsji added a comment.
Done in https://reviews.llvm.org/D103707?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99483/new/
https://reviews.llvm.org/D99483
___
cfe-commits mailing list
cfe-commits@lists.llv
hubert.reinterpretcast added inline comments.
Comment at: clang/lib/Basic/Targets/OSTargets.h:727
+// The AIX library implementation of C11 atomics is not yet complete.
+if (Opts.C11 || Opts.C17 || Opts.C2x) {
+ Builder.defineMacro("__STDC_NO_ATOMICS__");
---
daltenty created this revision.
Herald added a subscriber: jfb.
daltenty requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
The libc implementation on AIX does not have stdatomic.h and the requisite
interfaces for c11 atomics, so for now it's