================
@@ -6935,6 +6956,26 @@ void CXXNameMangler::mangleValueInTemplateArg(QualType
T, const APValue &V,
break;
}
+ case APValue::Reflection: {
+ // https://github.com/itanium-cxx-abi/cxx-abi/issues/208
+ Out << "LDm";
----------------
shafik wrote:I think this can be resolved? https://github.com/llvm/llvm-project/pull/190356 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
