================
@@ -2910,6 +2910,12 @@ void MicrosoftCXXNameMangler::mangleFunctionType(const
FunctionType *T,
mangleCallingConvention(CC, Range);
+ if (Proto) {
+ unsigned SMEAttrs = Proto->getAArch64SMEAttributes();
+ if (SMEAttrs)
+ Out << "$$SME" << SMEAttrs;
----------------
albertbolt1 wrote:
any suggestions here @efriedma-quic
https://github.com/llvm/llvm-project/pull/199567
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits