[PATCH] D65213: [ELF] With --vs-diagnostics, print a separate message for each location of a duplicate symbol.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 21:29:05 PDT 2019
ruiu added inline comments.
================
Comment at: Common/ErrorHandler.cpp:187
+ else if (errorCount == errorLimit) {
+ printErrorMsg(errorLimitExceededMsg);
if (exitEarly)
----------------
Why did you have to change this line?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65213/new/
https://reviews.llvm.org/D65213
More information about the llvm-commits
mailing list