[PATCH] D74015: [AIX][Frontend] C++ ABI customizations for AIX boilerplate
Sean Fertile via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 13 11:10:41 PST 2020
sfertile added inline comments.
================
Comment at: clang/lib/CodeGen/ItaniumCXXABI.cpp:520
+
+class XLCXXABI final : public ItaniumCXXABI {
+public:
----------------
Here would be a good place to add a comment to indicate that XL has several C++ ABIs, but this represents the one used in 'xlClang++'.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74015/new/
https://reviews.llvm.org/D74015
More information about the cfe-commits
mailing list