================
@@ -5126,6 +5126,14 @@ void CXXNameMangler::mangleExpression(const Expr *E, 
unsigned Arity,
       Diags.Report(DiagID);
       return;
     }
+    case UETT_VectorElements: {
----------------
lawben wrote:

@philnik777 I'm adding you here because of your recent commit that adds 
`__datasizeof` (#67805). This is essentially the same code path and you also 
specify the "cannot mangle" for Itanium but not for Microsoft. Do you know if 
this is needed for Microsoft (see comments above)? 

I'm happy to address this for `__builtin_vectorelements`, but I really don't 
know where to start and `__datasizeof` seems to be the same.

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

Reply via email to