[PATCH] D26857: [ELF] Print output name for command line errors
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 18 10:46:41 PST 2016
ruiu added a comment.
Somewhat related, but I wish we are consistent with the filename+line number format with Clang. I believe this is our current style:
foo.o (143): symbol 'foo' not found
where 143 is a line number. That is different from
foo.o:143: symbol 'foo' not found
which is what clang would format.
Repository:
rL LLVM
https://reviews.llvm.org/D26857
More information about the llvm-commits
mailing list