================
@@ -22,7 +22,7 @@ void_typedef f2_helper(void);
 static void f2(void *buf) {
   F12_typedef* x;
   x = f2_helper();
-  memcpy((&x[1]), (buf), 1); // expected-warning{{call to undeclared library 
function 'memcpy' with type 'void *(void *, const void *}} \
+  memcpy((&x[1]), (buf), 1); // expected-warning{{call to undeclared library 
function 'memcpy', will assume it exists with standards-mandated type 'void 
*(void *, const void *,}} \
----------------
steakhal wrote:

The target tripple is pinned in the test. We could spell it out if we wanted.
But it's also fine if we rtrim it after `... 'memcpy'`.
No action expected here. I just left this if you find this useful.

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

Reply via email to