[8.0.0 Release] The final tag is in

Dear testers,

The final version of 8.0.0 was just tagged from the release_80 branch
at r356364. It's identical to rc5 except for a few documentation
changes.

Apologies for being behind schedule. It took longer than planned this time.

Please build the final binaries and upload to the sftp.

For those following along: this means 8.0.0 is done, but it will take
a few days to get all the tarballs ready and published on the release
web page. I will send the announcement once everything is ready.

Thanks again everyone for your help with testing the release!

Hans

Windows is ready:

$ sha256sum *.exe
43ff5543c02873f41b87508c90509946293fe613fdbc57f8d19349e931aad6da
LLVM-8.0.0-win32.exe
56d582eed2d5def6accaedabbe11ae368186600798e2a6a7eb86a727fa7bb20c
LLVM-8.0.0-win64.exe

It was built with the attached batch file.

build_llvm_800-final.bat|attachment (5.25 KB)

Hi,

Testing on Darwin/x86_64 look good. I’ve uploaded:

$ shasum -a 256 clang+llvm-8.0.0-x86_64-apple-darwin.tar.xz
94ebeb70f17b6384e052c47fef24a6d70d3d949ab27b6c83d4ab7b298278ad6f clang+llvm-8.0.0-x86_64-apple-darwin.tar.xz

thanks,
vedant

Again, I had to disable compiler-rt for this test run, as most of the sanitizers are totally broken. This is tracked in PR40761.

Main test results on amd64-freebsd11:

Expected Passes : 53244 (rc5: 53896)
Expected Failures : 213 (rc5: 220)
Unsupported Tests : 1716 (rc5: 1081)
Unresolved Tests : 7 (rc5: 10)
Unexpected Passes : 3 (rc5: 3)
Unexpected Failures: 62 (rc5: 65)

Main test results on i386-freebsd11:

Expected Passes : 53098 (rc5: 53749)
Expected Failures : 229 (rc5: 236)
Unsupported Tests : 1538 (rc5: 903)
Unresolved Tests : 8 (rc5: 10)
Unexpected Passes : 5 (rc5: 5)
Unexpected Failures: 172 (rc5: 177)

The unresolved tests are due to a number of tests hanging in <defunct> state, forcing me to kill their parent .py processes.

Uploaded:

SHA256 (clang+llvm-8.0.0-amd64-unknown-freebsd11.tar.xz) = af15d14bd25e469e35ed7c43cb7e035bc1b2aa7b55d26ad597a43e72768750a8
SHA256 (clang+llvm-8.0.0-i386-unknown-freebsd11.tar.xz) = 1ba88663ccda4e9fad93f8f35dde7ce04854abc0bcbb1d12a90cdc863e4a77b8

-Dimitry

Uploaded ubuntu and SLES tarballs:

db0a5f7729507ddc4b161eff70cffcf5de052347 clang+llvm-8.0.0-x86_64-linux-sles11.3.tar.xz

2be69be355b012ae206dbc0ea7d84b831d77dc27 clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz
6aeb8aa0998d37be67d886b878f27de5e5ccc5e4 clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz

Uploaded ARM & AArch64:
998e9ae6e89bd3f029ed031ad9355c8b43441302c0e17603cf1de8ee9939e5c9
clang+llvm-8.0.0-aarch64-linux-gnu.tar.xz
ddcdc9df5c33b77740e4c27486905c44ecc3c4ec178094febeab60124deb0cc2
clang+llvm-8.0.0-armv7a-linux-gnueabihf.tar.xz

Cheers,
Diana

I forgot Ubuntu 14.04 is still useful for some folks (including me), so I’ve only just now built it and uploaded:

552ea458b70961b7922a4bbe9de1434688342dbf clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz