On Wed Apr 1, 2026 at 12:45 PM BST, Miguel Ojeda wrote: > With the Rust version bump in place, several Kconfig conditions based on > `RUSTC_VERSION` are always true. > > Thus simplify them. > > The minimum supported major LLVM version by our new Rust minimum version > is now LLVM 18, instead of LLVM 16. However, there are no possible > cleanups for `RUSTC_LLVM_VERSION`. > > Signed-off-by: Miguel Ojeda <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > arch/Kconfig | 3 +-- > arch/arm64/Kconfig | 8 -------- > arch/riscv/Kconfig | 3 --- > init/Kconfig | 2 -- > 4 files changed, 1 insertion(+), 15 deletions(-)
