Re: Prebuilt LLVM 18.1.0-rc2 uploaded

From: Miguel Ojeda
Date: Thu Feb 29 2024 - 08:39:39 EST


On Wed, Feb 28, 2024 at 7:44 PM Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
>
> O Tue, Feb 27, 2024 at 02:56:05PM -0700, Nathan Chancellor wrote:
> >
> > 15 through 17 is a reasonable rebuild request, I've added it to the
> > queue along with 18.1.0-rc4, which was just released. I'll message you
> > when I have them uploaded.
>
> This is now done, please let me know if there are any issues!

Thanks a ton Nathan! That was very fast.

I gave them all (15, 16, 17, 18.1.0-rc4) a test (but only x86_64), and
they worked fine -- I could boot-test in QEMU (x86_64) a Rust-enabled
kernel and load the sample modules:

CONFIG_CC_VERSION_TEXT="ClangBuiltLinux clang version 15.0.7
(https://github.com/llvm/llvm-project.git
8dfdcc7b7bf66834a761bd8de445840ef68e4d1a)"
CONFIG_CC_VERSION_TEXT="ClangBuiltLinux clang version 16.0.6
(https://github.com/llvm/llvm-project.git
7cbf1a2591520c2491aa35339f227775f4d3adf6)"
CONFIG_CC_VERSION_TEXT="ClangBuiltLinux clang version 17.0.6
(https://github.com/llvm/llvm-project.git
6009708b4367171ccdbf4b5905cb6a803753fe18)"
CONFIG_CC_VERSION_TEXT="ClangBuiltLinux clang version 18.1.0rc
(https://github.com/llvm/llvm-project.git
461274b81d8641eab64d494accddc81d7db8a09e)"

Cheers,
Miguel