Skip to content

Commit 0766bff

Browse files
nathanchancemasahir0y
authored andcommitted
gcov: Remove compiler version check
The minimum supported version of LLVM has been raised to 11.0.0, meaning this check is always true, so it can be dropped. Signed-off-by: Nathan Chancellor <[email protected]> Reviewed-by: Miguel Ojeda <[email protected]> Reviewed-by: Mark Brown <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Reviewed-by: Kees Cook <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent e1ab418 commit 0766bff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/gcov/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ menu "GCOV-based kernel profiling"
44
config GCOV_KERNEL
55
bool "Enable gcov-based kernel profiling"
66
depends on DEBUG_FS
7-
depends on !CC_IS_CLANG || CLANG_VERSION >= 110000
87
depends on !ARCH_WANTS_NO_INSTR || CC_HAS_NO_PROFILE_FN_ATTR
98
select CONSTRUCTORS
109
default n

0 commit comments

Comments
 (0)