[PATCH] D78408: [llvm-cov] Prevent llvm-cov from using too many threads

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 16:52:46 PDT 2020


MaskRay accepted this revision.
MaskRay added a comment.

LGTM. I was waiting on people's response whether the addition `bool Limit = false` (it increased the complexity of the interface a bit) is necessary. It seems that people are fine with it.


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

https://reviews.llvm.org/D78408





More information about the llvm-commits mailing list