[PATCH] D27128: [ELF] Refactor file I/O error messages

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 25 08:19:33 PST 2016


ruiu added a comment.

I honestly don't think it is an improvement to change this message

  error: cannot open foo.o: no such file

to

  error: foo.o: cannot open: no such file

because the latter doesn't make sense as a sentence. Why do you want to change that?


Repository:
  rL LLVM

https://reviews.llvm.org/D27128





More information about the llvm-commits mailing list