[PATCH] D26981: Limit maximum number of errors to 1000.
Bob Haarman via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 10:22:40 PST 2016
inglorion added a comment.
I like the idea of limiting errors, particularly for errors like the message that prompted this, which end up just printing out an identical message over and over again. However, I think ELF is probably not the right place for this to live. Can we make it a top-level lld feature with a command line parameter to control the threshold and perhaps even turn it off?
https://reviews.llvm.org/D26981
More information about the llvm-commits
mailing list