================
@@ -3439,6 +3439,8 @@ StringRef FunctionType::getNameForCallConv(CallingConv 
CC) {
   case CC_PreserveAll: return "preserve_all";
   case CC_M68kRTD: return "m68k_rtd";
   case CC_PreserveNone: return "preserve_none";
+  case CC_RISCVVectorCall:
----------------
4vtomat wrote:

Sure~

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

Reply via email to