Re: Prebuilt LLVM 18.1.0-rc2 uploaded

From: Miguel Ojeda
Date: Tue Feb 27 2024 - 12:02:29 EST


On Tue, Feb 27, 2024 at 4:37 PM Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
>
> How far back would you like it added? I don't necessarily mind
> rebuilding older releases but certain entities may notice the checksums
> change.
>
> https://gitlab.com/Linaro/tuxmake/-/merge_requests/364
>
> Not the end of the world though.

I think a reasonable set would be those versions matching the LLVM
that Rust bundles (for `rustc` versions we have since 6.1 LTS). That
is: 15, 16 and 17.

Conveniently, LLVM 15 also matches the minimum external LLVM supported
by `rustc` in 6.6 LTS.

If those are too much, LLVM 17 would already cover what 6.6 LTS' Rust bundles.

Cheers,
Miguel