================
@@ -2808,6 +2812,7 @@ void MicrosoftCXXNameMangler::mangleType(const 
BuiltinType *T, Qualifiers,
 
 #define SVE_TYPE(Name, Id, SingletonId) \
   case BuiltinType::Id:
+#define SVE_SCALAR_TYPE(Name, MangledName, Id, SingletonId, Bits)
----------------
momchil-velikov wrote:

> Also, is there anyone we can tag that knows about the Microsoft mangling? I'm 
> not sure if there's any process needed for adding a new type.

No idea. I just made sure the results are consistent with mangling of `__bf16` 
, `int8_t`, and vectors of those.


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

Reply via email to