cebowleratibm added inline comments.

================
Comment at: clang/lib/Basic/Targets/OSTargets.h:754
       : OSTargetInfo<Target>(Triple, Opts) {
+    this->MCountName = "__mcount.aix";
     this->TheCXXABI.set(TargetCXXABI::XL);
----------------
Suggest sticking with the normal mcount name and remapping on the call 
insertion when the target is AIX.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135384

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

Reply via email to