Re: Prebuilt LLVM 21.1.5 uploaded

From: Miguel Ojeda

Date: Fri Nov 07 2025 - 12:57:06 EST


On Wed, Nov 5, 2025 at 7:27 AM Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
>
> I have built and uploaded LLVM 21.1.5 to
> https://mirrors.edge.kernel.org/pub/tools/llvm/.
>
> If there are any issues found, please let us know via email or
> https://github.com/ClangBuiltLinux/linux/issues/new, so that we have an
> opportunity to get them fixed in main and backported before the 21.x
> series is no longer supported.

Rust-enabled x86_64 with upstream `rustc` works well:

Tested-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Thanks as usual!

By the way, not sure if there is a reason for it (e.g. a workaround
for a bug or you don't keep the old LLVM files etc.), but just in
case: the matching LLVM for Rust 1.91.0 (and likely the upcoming
1.91.1) is 21.1.2 from what I can see, not 21.1.3 in the table.

Cheers,
Miguel