dblaikie added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:5596
+      DefaultedSMFArePOD = false;
+  }
+
----------------
probinson wrote:
> Does this mean `-fclang-abi-compat` will override the PS4/Darwin special 
> case?  I think we don't want to do that.
I don't think so - this expression will make `DefaultedSMFArePOD` false when 
it's already false due to the target not being PS4 or Darwin, yeah? So it'll 
redundantly/harmlessly set it to false.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119051

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

Reply via email to