[clangd-dev] [llvm-dev] [10.0.0 Release] Release Candidate 2 is here

Yvan Roux via clangd-dev clangd-dev at lists.llvm.org
Wed Feb 19 01:19:10 PST 2020


Hi,

Results for 32 bits ARM are :
  Expected Passes    : 63679
  Expected Failures  : 261
  Unsupported Tests  : 2739
  Unexpected Failures: 23

Failures are still cfi (PR44157) and Asan (PR44158) ones.

Results for AArch64 are:
  Expected Passes    : 65349
  Expected Failures  : 254
  Unsupported Tests  : 3385
  Unexpected Failures: 2

The two failures are:
    AddressSanitizer-aarch64-linux :: TestCases/Posix/waitid.cpp
    AddressSanitizer-aarch64-linux-dynamic :: TestCases/Posix/waitid.cpp

with output error:

/usr/bin/ld: warning:
rc2/Phase3/Release/llvmCore-10.0.0-rc2.obj/lib/clang/10.0.0/lib/linux/libclang_rt.asan_cxx-aarch64.a(ubsan_type_hash_win.cpp.o):
unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000
rc2/llvm-project/compiler-rt/test/asan/TestCases/Posix/waitid.cpp:22:12:
error: CHECK: expected string not found in input
 // CHECK: {{in .*waitid}}
           ^
<stdin>:4:1: note: scanning from here
AddressSanitizer:DEADLYSIGNAL
^
<stdin>:4:2: note: possible intended match here
AddressSanitizer:DEADLYSIGNAL
 ^

* Uploaded sha256sum binaries are:

e4a1c7dc1fd839ad1f40bb158852773ae5498f86eae0b9c3a734ff5f9684a905
clang+llvm-10.0.0-rc2-aarch64-linux-gnu.tar.xz
9f9107b393f3cc0c904fab3faf1acd187c128a4e23f0a95dc72617817c7e3eba
clang+llvm-10.0.0-rc2-armv7a-linux-gnueabihf.tar.xz

Thanks,
Yvan

On Thu, 13 Feb 2020 at 23:34, Hans Wennborg via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> Hello everyone,
>
> Release Candidate 2 was tagged earlier today as llvmorg-10.0.0-rc2. It
> includes 98 commits since the previous release candidate.
>
> Source code and docs are available at
> https://prereleases.llvm.org/10.0.0/#rc2 and
> https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc2
>
> Pre-built binaries will be added as they become available.
>
> Please file bug reports for any issues you find as blockers of
> https://llvm.org/pr44555
>
> Release testers: please run the test script, share your results, and
> upload binaries.
>
> I'm hoping we can now start tying up the loose ends, fixing the
> blocking bugs, and getting the branch ready for shipping as a stable
> release soon.
>
> Thanks,
> Hans
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the clangd-dev mailing list