Re: [PATCH 05/14] arch/Kconfig: Remove tautological conditions from HAS_LTO_CLANG

From: Nicolas Schier

Date: Tue May 05 2026 - 12:06:46 EST


On Tue, Apr 28, 2026 at 10:59:11PM -0400, Nathan Chancellor wrote:
> Now that the minimum supported version of LLVM for building the kernel
> has been raised to 17.0.1, two dependency lines in CONFIG_HAS_LTO_CLANG
> are always true because Clang will always be newer than 17.0.0, so they
> can be removed.
>
> Signed-off-by: Nathan Chancellor <nathan@xxxxxxxxxx>
> ---
> arch/Kconfig | 3 ---
> 1 file changed, 3 deletions(-)
>

Reviewed-by: Nicolas Schier <nsc@xxxxxxxxxx>