[PATCH] D22544: [utils] Add script to check for code coverage regressions

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 15:49:41 PDT 2016


vsk added a comment.

In https://reviews.llvm.org/D22544#490472, @silvas wrote:

> lgtm, seems handy.
>
> Is this something that you intend to ship to users, or just a tool for tracking LLVM coverage?


Thanks. @cmatthews and I are working on a bot to track coverage regressions in llvm. The plan is to let people hammer out usability issues with internal bots (at least, that's what we're doing) and then see if there's broader interest.

I don't know what shipping this script to users entails. It doesn't bake in assumptions about the llvm codebase, if that's what you mean.


https://reviews.llvm.org/D22544





More information about the llvm-commits mailing list