From d062a0b4d14d6359c9b49f296e4ce263e0732295 Mon Sep 17 00:00:00 2001 From: Wentao Zhang Date: Wed, 3 Jul 2024 00:12:16 -0500 Subject: [PATCH] ci, docs: skip some files --- ci/2_pull_source.sh | 1 + docs/measure-kernel-mcdc.md | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/2_pull_source.sh b/ci/2_pull_source.sh index 0367076..de53cc9 100755 --- a/ci/2_pull_source.sh +++ b/ci/2_pull_source.sh @@ -14,3 +14,4 @@ cd $MCDC_HOME/linux git apply $MCDC_HOME/linux-mcdc/patches/v0.6-wip/0001-llvm-cov-add-Clang-s-Source-based-Code-Coverage-supp.patch git apply $MCDC_HOME/linux-mcdc/patches/v0.6-wip/0002-kbuild-llvm-cov-disable-instrumentation-in-odd-or-se.patch git apply $MCDC_HOME/linux-mcdc/patches/v0.6-wip/0003-llvm-cov-add-Clang-s-MC-DC-support.patch +git apply $MCDC_HOME/linux-mcdc/patches/v0.5/0004-kbuild-clang_instr_profile-disable-instrumentation-i.patch diff --git a/docs/measure-kernel-mcdc.md b/docs/measure-kernel-mcdc.md index 300ed4a..481ac44 100644 --- a/docs/measure-kernel-mcdc.md +++ b/docs/measure-kernel-mcdc.md @@ -74,6 +74,7 @@ cd $MCDC_HOME/linux git apply $MCDC_HOME/linux-mcdc/patches/v0.6-wip/0001-llvm-cov-add-Clang-s-Source-based-Code-Coverage-supp.patch git apply $MCDC_HOME/linux-mcdc/patches/v0.6-wip/0002-kbuild-llvm-cov-disable-instrumentation-in-odd-or-se.patch git apply $MCDC_HOME/linux-mcdc/patches/v0.6-wip/0003-llvm-cov-add-Clang-s-MC-DC-support.patch +git apply $MCDC_HOME/linux-mcdc/patches/v0.5/0004-kbuild-clang_instr_profile-disable-instrumentation-i.patch ``` ## 3. Get LLVM