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__");
----------------
Checking `Opts.C11` might be sufficient.


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.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to