From 6222e7cbaa1ed75dd8f9d90cfa394a49fed0be2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= Date: Wed, 7 Feb 2018 16:32:18 +0100 Subject: kconfig/gcov: rename to coverage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So it can be used by both gcc and clang. Just add the Kconfig option and modify the makefiles so the llvm coverage specific code can be added in a follow up patch. Signed-off-by: Roger Pau Monné Acked-by: Wei Liu [jb: also change the shim config] --- xen/Kconfig.debug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xen/Kconfig.debug') diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug index 7bb0465b5d..380c4e8d75 100644 --- a/xen/Kconfig.debug +++ b/xen/Kconfig.debug @@ -28,12 +28,12 @@ config FRAME_POINTER maybe slower, but it gives very useful debugging information in case of any Xen bugs. -config GCOV - bool "Gcov Support" +config COVERAGE + bool "Code coverage support" depends on !LIVEPATCH select SUPPRESS_DUPLICATE_SYMBOL_WARNINGS ---help--- - Enable gcov (a test coverage program in GCC) support. + Enable code coverage support. If unsure, say N here. -- cgit v1.2.3