[PATCH] D27900: [ELF] - Keep the source file/line location information separate from the object file location information.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 12:48:22 PST 2017
ruiu added a comment.
I applied this patch and found that you don't need to pass multiple "notes" to warn/error/fatal. Just one note suffices. If you want to print out a multi-line message, simply pass a string containing newlines.
https://reviews.llvm.org/D27900
More information about the llvm-commits
mailing list