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

OK, SGTM at least, I just know this pattern of 'cannot yet mangle...' shows up 
primarily in the MicrosoftMangle, so figured it might need to be covered.  
There is some funny-business as to how much each mangles of expressions in 
template arguments.

This gets me thinking further though,the constexprness of this likely means you 
may need to mangle this.  I'm open if others are to letting it be done in a 
follow-up however.

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