]> Gentwo Git Trees - linux/.git/commit
lib/Kconfig.debug: Drop CLANG_VERSION check from DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
authorNathan Chancellor <nathan@kernel.org>
Thu, 21 Aug 2025 21:15:47 +0000 (14:15 -0700)
committerNathan Chancellor <nathan@kernel.org>
Thu, 28 Aug 2025 23:58:46 +0000 (16:58 -0700)
commita817de20091c3cf6de19d7ddf099b0e35003b7d0
treec5467fa79ee0667d8f982035b6486bc9cdf928be
parent87b28d71396bf17e424ea82d17c537c391c35900
lib/Kconfig.debug: Drop CLANG_VERSION check from DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT

Now that the minimum supported version of LLVM for building the kernel
has been bumped to 15.0.0, the CLANG_VERSION check for older than 14.0.0
is always false, so remove it.

Reviewed-by: Kees Cook <kees@kernel.org>
Link: https://lore.kernel.org/r/20250821-bump-min-llvm-ver-15-v2-10-635f3294e5f0@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
lib/Kconfig.debug