[PATCH] D26981: Limit maximum number of errors to 1000.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 08:34:37 PST 2016


ruiu added a comment.

That's a very good point. Errors could be emitted from multiple threads at the same time, so we need a lock.


https://reviews.llvm.org/D26981





More information about the llvm-commits mailing list