[llvm] llvm-cov: Introduce `--binary-counters` (PR #120841)
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 25 17:54:32 PST 2024
================
@@ -1023,6 +1023,12 @@ int CodeCoverageTool::doShow(int argc, const char **argv,
cl::alias ShowOutputDirectoryA("o", cl::desc("Alias for --output-dir"),
cl::aliasopt(ShowOutputDirectory));
+ cl::opt<bool> BinaryCounters(
+ "binary-counters", cl::Optional,
+ cl::desc("Show when lines/branches are covered (1) or uncovered (0) "
----------------
chapuni wrote:
How about "Show binary counters (1/0) in lines and branches instead of..."?
https://github.com/llvm/llvm-project/pull/120841
More information about the llvm-commits
mailing list