MaskRay added inline comments.

================
Comment at: clang/lib/Basic/Targets/PPC.h:449
+    // For layout on Linux, we support up to 16 bytes.
+    if (getTriple().isOSLinux() && hasFeature("quadword-atomics")) {
+      MaxAtomicPromoteWidth = 128;
----------------
Many `isOSLinux()` usage may be really `isOSBinFormatELF()` (to help FreeBSD, 
etc). Can you check whether that's the case?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122377/new/

https://reviews.llvm.org/D122377

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to