Skip to content

Commit 32cbb19

Browse files
committed
docs: use the last release of LLVM 18
1 parent dc82a5a commit 32cbb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/measure-kernel-mcdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export MCDC_HOME=$(realpath .)
4141
# This meta repository
4242
git clone https://github.com/xlab-uiuc/linux-mcdc.git
4343
# LLVM if we want to build it from source (optional)
44-
git clone https://github.com/llvm/llvm-project.git --branch llvmorg-18.1.6 --depth 5
44+
git clone https://github.com/llvm/llvm-project.git --branch llvmorg-18.1.7 --depth 5
4545
# Linux kernel
4646
git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --branch v5.15.153 --depth 5
4747

0 commit comments

Comments
 (0)