diff options
author | Ying Yi <maggieyi666@gmail.com> | 2016-08-24 14:27:23 +0000 |
---|---|---|
committer | Ying Yi <maggieyi666@gmail.com> | 2016-08-24 14:27:23 +0000 |
commit | 84dc971ee2bc444a41d01051dba5b83d103ad952 (patch) | |
tree | ed2637dc11ef83639d3aa81a281d6463dc8882fd /llvm/test/tools/llvm-cov/Inputs | |
parent | c22e32deac405e042ffe4f05bf01bd5b6e3aa536 (diff) | |
download | bcm5719-llvm-84dc971ee2bc444a41d01051dba5b83d103ad952.tar.gz bcm5719-llvm-84dc971ee2bc444a41d01051dba5b83d103ad952.zip |
[llvm-cov] Add the project summary to each source file coverage report.
This patch includes the following changes:
- Included header "Code coverage report" and include the date that the report was created.
- Included title (as specified in a command line option, (i.e llvm-cov -project-title="Simple Test")
- In the summary, list the elf files that the source code file has contributed to.
- Used column heading for "Line No.", "Count No.", Source".
Differential Revision: https://reviews.llvm.org/D23345
llvm-svn: 279628
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs')
-rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/showProjectSummary.covmapping | bin | 0 -> 144 bytes | |||
-rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/showProjectSummary.proftext | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/showProjectSummary.covmapping b/llvm/test/tools/llvm-cov/Inputs/showProjectSummary.covmapping Binary files differnew file mode 100644 index 00000000000..d95caf27f2b --- /dev/null +++ b/llvm/test/tools/llvm-cov/Inputs/showProjectSummary.covmapping diff --git a/llvm/test/tools/llvm-cov/Inputs/showProjectSummary.proftext b/llvm/test/tools/llvm-cov/Inputs/showProjectSummary.proftext new file mode 100644 index 00000000000..b3cdcc72565 --- /dev/null +++ b/llvm/test/tools/llvm-cov/Inputs/showProjectSummary.proftext @@ -0,0 +1,10 @@ +main +# Func Hash: +266 +# Num Counters: +3 +# Counter Values: +1 +20 +0 + |