Skip to content

Commit 3588430

Browse files
committed
docs: nit
1 parent c7b41ae commit 3588430

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/measure-kernel-mcdc.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Distro: Ubuntu 22.04
88
- Kernel: 5.15.0-86-generic
99

10-
Other settings can possibly work, but they are not fully tested.
10+
Other settings (e.g. Arm) can possibly work, but they are not fully tested.
1111

1212
- If we don't plan to build LLVM from source, please reserve ~30G of disk
1313
space; otherwise reserve ~150G.
@@ -74,6 +74,9 @@ export PATH="$MCDC_HOME/llvm-project/build/bin:$PATH"
7474

7575
### Install nightly packages
7676

77+
The essential steps are described below. For more information about these
78+
nightly packages, visit https://apt.llvm.org/.
79+
7780
Get the installation script:
7881

7982
```shell
@@ -94,8 +97,6 @@ After installation, set $PATH up:
9497
export PATH="/usr/lib/llvm-18/bin:$PATH"
9598
```
9699

97-
Visit https://apt.llvm.org/ for more information.
98-
99100
## 4. Build the kernel
100101

101102
```shell

0 commit comments

Comments
 (0)