18.1.6 has been tagged

Please test it out and upload results.

I’ve now uploaded the Solaris/amd64 and Solaris/sparcv9 tarballs, given that it’s supposed to be the last LLVM 18 release:

abdf9e930c0069b97cff69156c62e97056f8f9ec24d15cdea743ac555887436e  clang+llvm-18.1.6-amd64-pc-solaris2.11.tar.xz
da65c1abea553c17fd22ae3de51c70f4ff0789e95019fb4d95f05371b830e090  clang+llvm-18.1.6-sparcv9-sun-solaris2.11.tar.xz

No regressions from 18.1.5.

While not an official release tester, we do build and test in our distro. I’m running into this issue while building llvm (the lib) on windows, the other platforms look fine.

Can’t remember ever having seen that failure in our setup the last few years; it’s also didn’t happen with 18.1.5 – any idea what recent change might be related there?

Windows is ready. Hashes:

C:\src>certutil -hashfile llvm_package_18.1.6\build32\LLVM-18.1.6-win32.exe sha256
SHA256 hash of llvm_package_18.1.6\build32\LLVM-18.1.6-win32.exe:
2796d2f72c7f77ae3ca2abc24ee45ce70286a8b477db40f4bb62e70111a7713f
CertUtil: -hashfile command completed successfully.

C:\src>certutil -hashfile llvm_package_18.1.6\build64\LLVM-18.1.6-win64.exe sha256
SHA256 hash of llvm_package_18.1.6\build64\LLVM-18.1.6-win64.exe:
e4cf89db2f4ce3aa8f661891faa59f4961b1e12df0217c9a88d20de9ca2fe25e
CertUtil: -hashfile command completed successfully.

C:\src>certutil -hashfile "llvm_package_18.1.6\clang+llvm-18.1.6-x86_64-pc-windows-msvc.tar.xz" sha256
SHA256 hash of llvm_package_18.1.6\clang+llvm-18.1.6-x86_64-pc-windows-msvc.tar.xz:
479e9e77b9d114721a7168718c894343ac01c397db3499e8a3002ee7a3903d54
CertUtil: -hashfile command completed successfully.

The binaries were built with llvm\utils\release\build_llvm_release.bat --x86 --x64 --version=18.1.6 using the script at 52ada07 .

I have uploaded following release binaries:

➜ sha256sum LLVM-18.1.6-woa64.exe
8519417fc57a1bc9ae7292a9bdde56c06b7b9505aa3a19fc75327aa3d91095df

➜ sha256sum clang+llvm-18.1.6-armv7a-linux-gnueabihf.tar.gz
30264de61eaed2f860217a71e701d2ce3d1821acea0e0239bc6a8457ff4586f2

➜ sha256sum clang+llvm-18.1.6-aarch64-linux-gnu.tar.xz
bcb3d53d3bd1027bc7f26544dff8cdc5ff74776add6eb994047326b284147a90

No regressions since 18.1.5

Is anyone producing binaries for Linux X86?

We have a github action workflow that builds the x86 linux binaries. I’m testing this PR to see if it can get it working again.

1 Like

The build is failing during Phase 2 on AIX, I’ve opened an issue here.