[PATCH] D61710: lld: Add a warning limit, similar to the existing error limit
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 00:46:49 PDT 2019
arichardson added a comment.
I implemented the same thing for the CHERI fork of lld since I added some new warning that could in certain cases be emitted many times but are not necessarily a real problem.
Suppressing a single warning would also solve this problem but seems like a much more invasive change. I would be happy if this patch got committed since it would make our code closer to upstream and simplify future merges.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61710/new/
https://reviews.llvm.org/D61710
More information about the llvm-commits
mailing list