[PATCH] D74015: [AIX][Frontend] C++ ABI customizations for AIX boilerplate
Sean Fertile via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 11 13:46:08 PST 2020
sfertile added inline comments.
================
Comment at: clang/include/clang/Basic/TargetCXXABI.h:116
+ /// - static initialization is adjusted to use sinit and sterm functions;
+ XL_Clang,
+
----------------
Xiangling_L wrote:
> daltenty wrote:
> > Why the underscore in the name? This is a bit inconsistent with both the LLVM naming convention here and the name as it appears in other sources.
> There are various AIX ABI. So to distinguish the one we are implementing, we choose `XL` and `Clang` as two parts of the abi name.
> `XL` - not g++;
> `Clang` - it's a ABI implemented in Clang;
>
> And also `XLClang` is misleading because it represents our AIX XL C/C++ compiler itself externally.
So do we need the 'Clang' part in the name? For example the ABI below is not `Microsoft_Clang`. Or is the `_Clang` differentiating between multiple XL ABIs?
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