Skip to content

Commit

Permalink
[llvm-cov] Enable -show-directory-coverage for LLVM itself.
Browse files Browse the repository at this point in the history
My previous patch D151283 added a new option to llvm-cov to make it generate a hierarchical report for better view. This patch is to enable it for the coverage report of LLVM itself.

Reviewed By: phosek

Differential Revision: https://reviews.llvm.org/D158703
  • Loading branch information
yhgu2000 committed Aug 24, 2023
1 parent 19777de commit 64425ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/prepare-code-coverage-artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def prepare_html_report(
"-o",
report_dir,
"-show-line-counts-or-regions",
"-show-directory-coverage",
"-Xdemangler",
"c++filt",
"-Xdemangler",
Expand Down

0 comments on commit 64425ca

Please sign in to comment.