LLVM 8.0.1-rc3

Hi,

I've just tagged LLVM 8.0.1-rc3. Testers, please begin testing and report
results.

-Tom

As with 8.0.1 rc2, 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 : 53266 (rc2: 53259)
Expected Failures : 213 (rc2: 213)
Unsupported Tests : 1718 (rc2: 1719)
Unresolved Tests : 8 (rc2: 8)
Unexpected Passes : 3 (rc2: 3)
Unexpected Failures: 59 (rc2: 63)

Main test results on i386-freebsd11:

Expected Passes : 53113 (rc2: 53108)
Expected Failures : 229 (rc2: 229)
Unsupported Tests : 1540 (rc2: 1541)
Unresolved Tests : 7 (rc2: 9)
Unexpected Passes : 5 (rc2: 5)
Unexpected Failures: 178 (rc2: 178)

Uploaded:

SHA256 (clang+llvm-8.0.1-rc3-amd64-unknown-freebsd11.tar.xz) = 32d1f5882fa2aba7c982347777dba7bc0dcdcb99b20e455da29d2f7ec5063d11
SHA256 (clang+llvm-8.0.1-rc3-i386-unknown-freebsd11.tar.xz) = d82d640f3cd9130a80cf2a70094b9b99ebe7192a5b7e8dd091bdcd764ba7f70c

-Dimitry

Hi,

>
> I've just tagged LLVM 8.0.1-rc3. Testers, please begin testing and report
> results.

No issues with 8.0.1-rc3 for ARM and AArch64, binaries uploaded as:

35a33e21b3c8fec156946f8202447ff0 clang+llvm-8.0.1-rc3-aarch64-linux-gnu.tar.xz
9a705f24201ad1b78fe8c450080c12ad
clang+llvm-8.0.1-rc3-armv7a-linux-gnueabihf.tar.xz

Thanks

Yvan

Looks as good as it's gonna get on Gentoo.

Does someone knows what unresolved means?

Chris

It usually means that the test runner hit an unexpected error,
e.g. crashed.

Yes, that's when you have to kill the script that runs the individual
test, for example because the test hangs.

In my case, I have some lldb tests that sometimes sit and hang in a STOP
state (these are apparently tests for the stop/continue logic). In that
case, I have to kill off the tested program and its parent (most of the
time a forked lit.py), leading to "Unresolved" status for that
particular test.

-Dimitry

Sorry for the late reply.

Windows looks good and I've uploaded the binaries below. They were
built with the attached batch file.

$ sha256sum *8.0.1-rc3*
cce21ed2b7213efbe68e24e848412d2dfc448156c1c8838eff90da604f063b3c
LLVM-8.0.1-rc3-win32.exe
7194cce4b78f0fe3f63a60012d60e3fd9168d02bc96de77612a6f5741bbb8f02
LLVM-8.0.1-rc3-win64.exe

Thanks,
Hans

build_llvm_801-rc3.bat|attachment (5.29 KB)