[PATCH] D151283: [llvm-cov] Support directory layout in coverage reports
Yuhao Gu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 20 06:03:39 PDT 2023
AtomicGu updated this revision to Diff 551823.
AtomicGu added a comment.
- Pass windows tests and fix COFF support of convert-for-testing.
- Disable name compression of directory_coverage.linux.test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151283/new/
https://reviews.llvm.org/D151283
Files:
llvm/docs/CommandGuide/llvm-cov.rst
llvm/test/tools/llvm-cov/Inputs/directory_coverage/a0/a1/a2.cc
llvm/test/tools/llvm-cov/Inputs/directory_coverage/b0/b1.h
llvm/test/tools/llvm-cov/Inputs/directory_coverage/b0/b1_1.cc
llvm/test/tools/llvm-cov/Inputs/directory_coverage/b0/b1_2.cc
llvm/test/tools/llvm-cov/Inputs/directory_coverage/c0/c1/c2.h
llvm/test/tools/llvm-cov/Inputs/directory_coverage/c0/c1/c2_1.cc
llvm/test/tools/llvm-cov/Inputs/directory_coverage/c0/c1/c2_2.cc
llvm/test/tools/llvm-cov/Inputs/directory_coverage/header.h
llvm/test/tools/llvm-cov/Inputs/directory_coverage/main.cc
llvm/test/tools/llvm-cov/Inputs/directory_coverage/main.linux.covmapping
llvm/test/tools/llvm-cov/Inputs/directory_coverage/main.linux.profdata
llvm/test/tools/llvm-cov/Inputs/directory_coverage/main.win.covmapping
llvm/test/tools/llvm-cov/Inputs/directory_coverage/main.win.profdata
llvm/test/tools/llvm-cov/directory_coverage.linux.test
llvm/test/tools/llvm-cov/directory_coverage.win.test
llvm/tools/llvm-cov/CodeCoverage.cpp
llvm/tools/llvm-cov/CoverageReport.cpp
llvm/tools/llvm-cov/CoverageReport.h
llvm/tools/llvm-cov/CoverageSummaryInfo.h
llvm/tools/llvm-cov/CoverageViewOptions.h
llvm/tools/llvm-cov/SourceCoverageView.cpp
llvm/tools/llvm-cov/SourceCoverageView.h
llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
llvm/tools/llvm-cov/SourceCoverageViewHTML.h
llvm/tools/llvm-cov/SourceCoverageViewText.cpp
llvm/tools/llvm-cov/SourceCoverageViewText.h
llvm/tools/llvm-cov/TestingSupport.cpp
llvm/utils/prepare-code-coverage-artifact.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151283.551823.patch
Type: text/x-patch
Size: 47390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230820/c48f2ac6/attachment.bin>
More information about the llvm-commits
mailing list