[PATCH] D61710: lld: Add a warning limit, similar to the existing error limit

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 10:00:13 PDT 2019


thakis abandoned this revision.
thakis added a comment.

I'll abandon this for now, since as said above it doesn't address the use case as I have, and I agree with Rui that it feels like the wrong approach. If I find time, I'll try to make a CL to make /force warnings ignorable.

I do think having a "disable all warnings" flag would be useful though, for the "warnings are either important and should either be errors (/WX), or are unimportant and should be silent" build philosophy.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61710/new/

https://reviews.llvm.org/D61710





More information about the llvm-commits mailing list