mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 12:16:49 +00:00
[llvm-cov] Enable -show-directory-coverage
for LLVM itself.
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
This commit is contained in:
parent
19777deba4
commit
64425caba2
@ -67,6 +67,7 @@ def prepare_html_report(
|
||||
"-o",
|
||||
report_dir,
|
||||
"-show-line-counts-or-regions",
|
||||
"-show-directory-coverage",
|
||||
"-Xdemangler",
|
||||
"c++filt",
|
||||
"-Xdemangler",
|
||||
|
Loading…
x
Reference in New Issue
Block a user