[clang] [AArch64] Add MSVC mangling for the __mfp8 type (PR #124968)
Momchil Velikov via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 30 04:06:13 PST 2025
================
@@ -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:
> With the current approach there simply won't be cases added for other `SVE_SCALAR_TYPE` types.
Good point. Addressed in https://github.com/llvm/llvm-project/pull/125051
https://github.com/llvm/llvm-project/pull/124968
More information about the cfe-commits
mailing list