efriedma-quic wrote:

There are two ways we could analyze, this, I think:

- EmitVAArg is doing something which disagrees with the classification done by 
classifyArgumentType, so that's a bug in EmitVAArg.
- classifyArgumentType is returning a malformed value; EmitVAArg should assert 
that it never sees such a value, and classifyArgumentType should be changed to 
return something else in that case.

What exactly is classifyArgumentType returning here?

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

Reply via email to