[PATCH] D158703: [llvm-cov] Enable `-show-directory-coverage` for LLVM itself.
Yuhao Gu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 05:26:48 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG64425caba29e: [llvm-cov] Enable `-show-directory-coverage` for LLVM itself. (authored by AtomicGu).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158703/new/
https://reviews.llvm.org/D158703
Files:
llvm/utils/prepare-code-coverage-artifact.py
Index: llvm/utils/prepare-code-coverage-artifact.py
===================================================================
--- llvm/utils/prepare-code-coverage-artifact.py
+++ llvm/utils/prepare-code-coverage-artifact.py
@@ -67,6 +67,7 @@
"-o",
report_dir,
"-show-line-counts-or-regions",
+ "-show-directory-coverage",
"-Xdemangler",
"c++filt",
"-Xdemangler",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158703.553083.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230824/60734811/attachment-0001.bin>
More information about the llvm-commits
mailing list