Skip to content

Commit 095531e

Browse files
committed
[llvm-locstats] Fix 'only params' no entry value stats
Adding the missing line. llvm-svn: 374875
1 parent e0916f4 commit 095531e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/utils/llvm-locstats/llvm-locstats.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def Main():
167167
cov_category = \
168168
"params (excluding the debug entry values) " \
169169
"with {} of its scope covered".format(cov_bucket)
170+
variables_coverage_map[cov_bucket] = json_parsed[cov_category]
170171
else:
171172
# Read the JSON for both local variables and formal parameters.
172173
variables_total = \

0 commit comments

Comments
 (0)