[PATCH] D27900: [ELF] - Keep the source file/line location information separate from the object file location information.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 13:12:01 PST 2016
grimar added a comment.
In https://reviews.llvm.org/D27900#626099, @silvas wrote:
> In general, we should assume that file names are going to be very long, so we should avoid having two of them on the same line. Can you follow the approach that the clang diagnostics use? (I pasted an example in: https://reviews.llvm.org/D27676#622869). I.e. "error: note: error: note:"
Hopefully I implemented your suggestion now. Is that what you want to see ?
https://reviews.llvm.org/D27900
More information about the llvm-commits
mailing list