efriedma-quic wrote:

Looking at the issue description from #130990, the problem is that the code is 
passing `argmem: read`, but then passes a "pointer" as an i32.  Which is 
against the rules: argmem is specifically pointer arguments.   So either needs 
to just be marked "read", or you need to fix the argument passing to pass the 
pointer as an actual pointer.

I'm not sure how #135141 is connected to this.

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

Reply via email to