================
@@ -2986,6 +2989,9 @@ void 
MicrosoftCXXNameMangler::mangleCallingConvention(CallingConv CC) {
     case CC_Swift: Out << 'S'; break;
     case CC_SwiftAsync: Out << 'W'; break;
     case CC_PreserveMost: Out << 'U'; break;
+    case CC_PreserveNone:
+      Out << 'V';
----------------
rnk wrote:

This is not a good long term solution. I emailed the relevant external 
Microsoft mailing list for discussing these issues and CC'd some folks to 
inquire about a better long term solution, but we can continue with this 
approach for now.

https://github.com/llvm/llvm-project/pull/96487
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to