[llvm] llvm-cov: Introduce `--binary-counters` (PR #120841)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 27 08:42:12 PST 2024


================
@@ -16,8 +17,10 @@
 //
 // Test html output.
 // RUN: llvm-cov show %S/Inputs/lineExecutionCounts.covmapping -format html -o %t.dir/html -instr-profile %t.profdata -path-equivalence=/tmp,%S/Inputs
+// RUN: llvm-cov show %S/Inputs/lineExecutionCounts.covmapping -format html -o %t.dir/html.binary -binary-counters=true -instr-profile %t.profdata -path-equivalence=/tmp,%S/Inputs
----------------
chapuni wrote:

I've dropped `=true`. I like it, though.

https://github.com/llvm/llvm-project/pull/120841


More information about the llvm-commits mailing list