[PATCH] D65213: [ELF] With --vs-diagnostics, print a separate message for each location of a duplicate symbol.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 21:39:29 PDT 2019
ikudrin marked an inline comment as done.
ikudrin added inline comments.
================
Comment at: Common/ErrorHandler.cpp:187
+ else if (errorCount == errorLimit) {
+ printErrorMsg(errorLimitExceededMsg);
if (exitEarly)
----------------
ruiu wrote:
> Why did you have to change this line?
I did not have to. It is a possible simplification, as we now have a separate method `printErrorMsg`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65213/new/
https://reviews.llvm.org/D65213
More information about the llvm-commits
mailing list