mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	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 <nathan@kernel.org> Reviewed-by: Miguel Ojeda <ojeda@kernel.org> Reviewed-by: Mark Brown <broonie@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
		
							parent
							
								
									e1ab4182ca
								
							
						
					
					
						commit
						0766bffcae
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,6 @@ 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
 | 
			
		||||
	depends on !ARCH_WANTS_NO_INSTR || CC_HAS_NO_PROFILE_FN_ATTR
 | 
			
		||||
	select CONSTRUCTORS
 | 
			
		||||
	default n
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue