[PATCH] D71070: [llvm-dwarfdump][Statistics] Don't count coverage less than 1% as 0%
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 13 08:06:14 PST 2019
spatel added a comment.
In D71070#1783599 <https://reviews.llvm.org/D71070#1783599>, @krisb wrote:
> @spatel thanks for reporting this!
> Could you, please, check that `llvm-locstat` wasn't cached in the build/install directory? `llvm-locstat` should look for a `variables with (0%,10%) of its scope covered` as was changed by the patch, so I guess it didn't get updated for some reason.
That might've been it. I just rebuilt everything, and no more fails. Sorry for the noise.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71070/new/
https://reviews.llvm.org/D71070
More information about the llvm-commits
mailing list