We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0d1f8 commit d92e0ffCopy full SHA for d92e0ff
docs/measure-kernel-mcdc.md
@@ -9,6 +9,7 @@
9
10
Other settings (e.g. Arm) can possibly work, but they are not fully tested.
11
12
+- Larger than 24G of main memory is recommended.
13
- If we don't plan to build LLVM from source, please reserve ~30G of disk
14
space; otherwise reserve ~150G.
15
@@ -268,6 +269,7 @@ llvm-cov show --show-mcdc \
268
269
--show-region-summary=false \
270
--show-branch-summary=false \
271
--format=html \
272
+ -show-directory-coverage \
273
-output-dir=html-coverage-reports \
274
-instr-profile profdata \
275
$MCDC_HOME/linux/vmlinux
0 commit comments