mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
- It's useful to know the amount of memory asked for since, for example, asking for `0` bytes of memory is illegal. - Line number is helpful since we print the same message in the function at different points. llvm-svn: 310340