[PATCH] D74015: [AIX][Frontend] C++ ABI customizations for AIX boilerplate

Steven Wan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 11:10:23 PST 2020


stevewan added inline comments.


================
Comment at: clang/lib/CodeGen/ItaniumCXXABI.cpp:520
+
+class XLClangCXXABI final : public ItaniumCXXABI {
+public:
----------------
The class name here is inconsistent with how our ABI kind was called previously, as David pointed out. Maybe rename the ABI kind `XLClang`? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74015





More information about the cfe-commits mailing list