================
@@ -2200,16 +2200,23 @@ void X86_64ABIInfo::classify(QualType Ty, uint64_t
OffsetBase, Class &Lo,
bool UseClang11Compat = getContext().getLangOpts().isCompatibleWith(
LangOptions::ClangABI::Ver11) ||
getContext().getTargetInfo().getTriple().isPS();
+ bool ClassifyUnnamedBitFields =
+ getContext().getLangOpts().getClangABICompat() >
+ LangOptions::ClangABI::Ver23;
----------------
freaknbigpanda wrote:
Please make sure that PlayStation targets do not classify unnamed bit fields,
i.e:
`bool ClassifyUnnamedBitFields =
getContext().getLangOpts().getClangABICompat() >
LangOptions::ClangABI::Ver23 && !Triple.isPS()`
https://github.com/llvm/llvm-project/pull/220788
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits