[8.0.0 Release] rc3 has been tagged

Dear testers,

8.0.0-rc3 was just tagged from the release_80 branch at r355015.

We're running a little behind schedule now, but I think we're also
close to be able to call this done.

Please take a close look at this release candidate. Unless anything
bad comes up, this is probably very similar to what the final release
will look like.

Testers, please run the test script, share your results, and upload binaries.

I'll publish source tarballs and docs as soon as possible, and
binaries as they become available.

Thanks,
Hans

Windows binaries are ready:

$ sha256sum LLVM-8.0.0-rc3-win*
696543ddc3c283e997f9eedbce6d6dcff3c2d952007d99d5b72300eb9e987b13
LLVM-8.0.0-rc3-win32.exe
88cab6546ed6c236a5dfa7a0e521b9b7d7a1e46da640ba8b4a694e9c2f078269
LLVM-8.0.0-rc3-win64.exe

They were built with the attached batch file.

build_llvm_800-rc3.bat|attachment (5.31 KB)

ARM & AArch64 ready:
e33ec0b5503abe9fe73f5d3e59cbda97fa8e82f561e68377697dada5c4f7bbc9
clang+llvm-8.0.0-rc3-aarch64-linux-gnu.tar.xz
0c1fe40678dc1fb36b8dc76b7ed60b8c6677a717ecd5224f409414068cbb9a62
clang+llvm-8.0.0-rc3-armv7a-linux-gnueabihf.tar.xz

All green.

Cheers,
Diana

Dear testers,

8.0.0-rc3 was just tagged from the release_80 branch at r355015.

We're running a little behind schedule now, but I think we're also
close to be able to call this done.

Please take a close look at this release candidate. Unless anything
bad comes up, this is probably very similar to what the final release
will look like.

Testers, please run the test script, share your results, and upload binaries.

I am seeing crash, ( not particularly a regression from last rc )
https://errors.yoctoproject.org/Errors/Details/230757/

I will try to reduce it

Please file a bug and attach the preprocessed source and run script,
as pointed out by the crash message, first so we can keep track of
this.

Thanks,
Hans

>
> >
> > Dear testers,
> >
> > 8.0.0-rc3 was just tagged from the release_80 branch at r355015.
> >
> > We're running a little behind schedule now, but I think we're also
> > close to be able to call this done.
> >
> > Please take a close look at this release candidate. Unless anything
> > bad comes up, this is probably very similar to what the final release
> > will look like.
> >
> > Testers, please run the test script, share your results, and upload binaries.
> >
>
> I am seeing crash, ( not particularly a regression from last rc )
> https://errors.yoctoproject.org/Errors/Details/230757/
>
> I will try to reduce it

Please file a bug and attach the preprocessed source and run script,
as pointed out by the crash message, first so we can keep track of
this.

done. 40924 – Clang-8 crashes Running pass 'X86 pseudo instruction expansion pass' on function '@print_diff_percent'

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 : 53895 (rc2: 53882)
  Expected Failures : 220 (rc2: 220)
  Unsupported Tests : 1081 (rc2: 1081)
  Unresolved Tests : 10 (rc2: 10)
  Unexpected Passes : 3 (rc2: 3)
  Unexpected Failures: 62 (rc2: 60)

Main test results on i386-freebsd11:

Expected Passes : 53747 (rc2: 53729)
Expected Failures : 236 (rc2: 236)
Unsupported Tests : 903 (rc2: 903)
Unresolved Tests : 10 (rc2: 10)
Unexpected Passes : 5 (rc2: 5)
Unexpected Failures: 175 (rc2: 178)

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-rc3-amd64-unknown-freebsd11.tar.xz) = bc14dc280c7e2acc8750cd531b17698e943c3f22ee994f5b21db49b48f5e66e4
SHA256 (clang+llvm-8.0.0-rc3-i386-unknown-freebsd11.tar.xz) = 9003dda7df39f538e74983de74d2e3ff075d079e24671ab3649b702a9417423c

-Dimitry

Uploaded SLES11, Ubuntu 14.04, 18.04 binaries.

9e59c0c667cd67c61600470d2e3107576b4707c8 clang+llvm-8.0.0-rc3-x86_64-linux-gnu-ubuntu-14.04.tar.xz
0fd5690c11f045ae4d356619620778b0c17942ff clang+llvm-8.0.0-rc3-x86_64-linux-gnu-ubuntu-18.04.tar.xz
6d1dc9b31d4f4d815b7cd18c8446404dc2a80a69 clang+llvm-8.0.0-rc3-x86_64-linux-sles11.3.tar.xz

Many thanks!

I've added all binaries I've got so far to the pre-release page now
(the CDN might take a while to invalidate its cache).

Hans,

Where can I find a win64 bit libclang.dll to test.

Iv just updated from 6.0 to 7.0 and tried 7.01 and found that libclang 7+ doesn’t recognise my include arguments.

Downgrading to 6.0 fixes the issue for me.

Kind Regards

Dan

Hi Dan,

The win64 build is here:
https://prereleases.llvm.org/8.0.0/rc3/LLVM-8.0.0-rc3-win64.exe

Thanks,
Hans

Hello