Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.16-rc2 11 lines 512 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2kcov-flags-y += -fsanitize-coverage=trace-pc 3kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp 4 5kcov-rflags-y += -Cpasses=sancov-module 6kcov-rflags-y += -Cllvm-args=-sanitizer-coverage-level=3 7kcov-rflags-y += -Cllvm-args=-sanitizer-coverage-trace-pc 8kcov-rflags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -Cllvm-args=-sanitizer-coverage-trace-compares 9 10export CFLAGS_KCOV := $(kcov-flags-y) 11export RUSTFLAGS_KCOV := $(kcov-rflags-y)