================
@@ -6727,6 +6727,9 @@ def err_vm_func_decl : Error<
   "function declaration cannot have variably modified type">;
 def err_array_too_large : Error<
   "array is too large (%0 elements)">;
+def err_array_size_too_large : Error<
+  "array is too large (%0 bytes), which exceeds maximum allowed size of "
+  "%1 bytes">;
----------------
akash-manna-sky wrote:

Done — dropped the max-size tail, it's now just `array is too large (N bytes)`, 
same shape as `err_array_too_large`.
Is this fine ? @erichkeane 

https://github.com/llvm/llvm-project/pull/219817
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to