]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
riscv: Remove version check for LTO_CLANG selects
authorNathan Chancellor <nathan@kernel.org>
Thu, 21 Aug 2025 21:15:44 +0000 (14:15 -0700)
committerNathan Chancellor <nathan@kernel.org>
Thu, 28 Aug 2025 23:58:45 +0000 (16:58 -0700)
commit6578a1ff6aa49034489c2701502d1969e6bf12a7
tree477a99054432319467877276ae5e079873ea8169
parent488954ca195d03f651208355ed5cac428846ee97
riscv: Remove version check for LTO_CLANG selects

Now that the minimum supported version of LLVM for building the kernel
has been bumped to 15.0.0, there is no need to check the LLD version
before selecting ARCH_SUPPORTS_LTO_CLANG{,_THIN} because it will always
be true.

Reviewed-by: Kees Cook <kees@kernel.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20250821-bump-min-llvm-ver-15-v2-7-635f3294e5f0@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
arch/riscv/Kconfig