mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-21 12:56:10 +00:00

This commit makes llvm-cov avoid showing 0% (0/0) coverage for things like file function coverage, etc. in reports and HTML output. This can happen for files like headers that have macros but no functions. This commit makes llvm-cov report - (0/0) instead. rdar://29246480 Differential Revision: https://reviews.llvm.org/D26615 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287539 91177308-0d34-0410-b5e6-96231b3b80d8
17 lines
119 B
Plaintext
17 lines
119 B
Plaintext
foo
|
|
# Func Hash:
|
|
13
|
|
# Num Counters:
|
|
2
|
|
# Counter Values:
|
|
1
|
|
1
|
|
|
|
main
|
|
# Func Hash:
|
|
0
|
|
# Num Counters:
|
|
1
|
|
# Counter Values:
|
|
1
|