hubert.reinterpretcast added inline comments.

================
Comment at: clang/lib/CodeGen/CodeGenModule.cpp:1212
   if (CodeGenOpts.RegisterGlobalDtorsWithAtExit) {
+    if (getContext().getTargetInfo().getTriple().isOSAIX())
+      llvm::report_fatal_error(
----------------
This should query if the platform uses sinit/sterm.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83974



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

Reply via email to