gcov: clang: drop support for clang-10 and older
[sfrench/cifs-2.6.git] / kernel / gcov / Kconfig
index f62de2dea8a3178cbf5bdc4ae697f69a946cb038..58f87a3092f320bf002cf3272b2e8223ac106b68 100644 (file)
@@ -4,6 +4,7 @@ menu "GCOV-based kernel profiling"
 config GCOV_KERNEL
        bool "Enable gcov-based kernel profiling"
        depends on DEBUG_FS
+       depends on !CC_IS_CLANG || CLANG_VERSION >= 110000
        select CONSTRUCTORS
        default n
        help