Hans Wennborg via llvm-dev
2019-Feb-07 15:41 UTC
[llvm-dev] [8.0.0 Release] rc2 has been tagged
Dear testers, 8.0.0-rc2 has been tagged from the release_80 branch at r353413. Please run the test script, share your results, and upload binaries. I'll get the source tarballs and docs published as soon as possible, and binaries as they become available. Thanks, Hans
Tobias Hieta via llvm-dev
2019-Feb-07 18:13 UTC
[llvm-dev] [cfe-dev] [8.0.0 Release] rc2 has been tagged
Hello, We have started to build the 8.x branch and part of our build process is to run check-clang, check-llvm and check-lld on Linux, Windows, Macos and FreeBSD. Is there a test report or file we can collect in the CI and share with the community if there is interest?> On 7 Feb 2019, at 16:41, Hans Wennborg via cfe-dev <cfe-dev at lists.llvm.org> wrote: > > Dear testers, > > 8.0.0-rc2 has been tagged from the release_80 branch at r353413. > > Please run the test script, share your results, and upload binaries. > > I'll get the source tarballs and docs published as soon as possible, > and binaries as they become available. > > Thanks, > Hans > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
Hans Wennborg via llvm-dev
2019-Feb-08 11:15 UTC
[llvm-dev] [cfe-dev] [8.0.0 Release] rc2 has been tagged
Hi Tobias, Thank you for testing the release branch! The test runner doesn't produce any report file. If you want to share results, what is interesting for us is the output of the check-llvm, etc. steps in the cases there are test failures. Thanks, Hans On Thu, Feb 7, 2019 at 7:13 PM Tobias Hieta <tobias at plexapp.com> wrote:> > Hello, > > We have started to build the 8.x branch and part of our build process is to run check-clang, check-llvm and check-lld on Linux, Windows, Macos and FreeBSD. Is there a test report or file we can collect in the CI and share with the community if there is interest? > > > On 7 Feb 2019, at 16:41, Hans Wennborg via cfe-dev <cfe-dev at lists.llvm.org> wrote: > > > > Dear testers, > > > > 8.0.0-rc2 has been tagged from the release_80 branch at r353413. > > > > Please run the test script, share your results, and upload binaries. > > > > I'll get the source tarballs and docs published as soon as possible, > > and binaries as they become available. > > > > Thanks, > > Hans
Paweł Sikora via llvm-dev
2019-Feb-08 17:53 UTC
[llvm-dev] [cfe-dev] [8.0.0 Release] rc2 has been tagged
----- Oryginalna wiadomość -----> Dear testers, > > 8.0.0-rc2 has been tagged from the release_80 branch at r353413.Hi, i've noticed a compile error with rc2 and libc++ (release_80 @svn). looks similar to https://bugs.llvm.org/show_bug.cgi?id=40559 (...)/clang++ -fPIC -target x86_64-linux-gnu --sysroot=(...) -march=x86-64 -fuse-ld=lld -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR -D_LIBCPP_ENABLE_CXX17_REMOVED_BINDERS -stdlib=libc++ -std=gnu++1z -flto=thin (...) In file included from (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/string:500: In file included from (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/string_view:176: In file included from (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/__string:56: In file included from (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/algorithm:640: In file included from (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/initializer_list:47: In file included from (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/cstddef:110: (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/type_traits:740:56: error: _Float16 is not supported on this target template <> struct __libcpp_is_floating_point<_Float16> : public true_type {}; ^
Brian Cain via llvm-dev
2019-Feb-09 15:54 UTC
[llvm-dev] [Release-testers] [8.0.0 Release] rc2 has been tagged
rc2 build on Ubuntu 16.04 saw a stage 2/3 mismatch on X86IselLowering.cpp.o -- I didn't try to build rc1 for 16.04 but I can try it now to see if it's there too. I can pass along logs if anyone wants to investigate. On Thu, Feb 7, 2019 at 9:41 AM Hans Wennborg via Release-testers < release-testers at lists.llvm.org> wrote:> Dear testers, > > 8.0.0-rc2 has been tagged from the release_80 branch at r353413. > > Please run the test script, share your results, and upload binaries. > > I'll get the source tarballs and docs published as soon as possible, > and binaries as they become available. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190209/9fd95783/attachment.html>
Eric Fiselier via llvm-dev
2019-Feb-10 15:39 UTC
[llvm-dev] [cfe-dev] [8.0.0 Release] rc2 has been tagged
I'll take a look at this On Fri., Feb. 8, 2019, 12:53 p.m. Paweł Sikora via cfe-dev, < cfe-dev at lists.llvm.org> wrote:> ----- Oryginalna wiadomość ----- > > Dear testers, > > > > 8.0.0-rc2 has been tagged from the release_80 branch at r353413. > > Hi, > > i've noticed a compile error with rc2 and libc++ (release_80 @svn). looks > similar to https://bugs.llvm.org/show_bug.cgi?id=40559 > > > (...)/clang++ -fPIC -target x86_64-linux-gnu --sysroot=(...) -march=x86-64 > -fuse-ld=lld -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR > -D_LIBCPP_ENABLE_CXX17_REMOVED_BINDERS -stdlib=libc++ -std=gnu++1z > -flto=thin > (...) > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/string:500: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/string_view:176: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/__string:56: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/algorithm:640: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/initializer_list:47: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/cstddef:110: > > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/type_traits:740:56: > error: _Float16 is not supported on this target > template <> struct __libcpp_is_floating_point<_Float16> : > public true_type {}; > ^ > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190210/509dca69/attachment.html>
Brian Cain via llvm-dev
2019-Feb-11 14:37 UTC
[llvm-dev] [Release-testers] [8.0.0 Release] rc2 has been tagged
rc1 did not exhibit this mismatch. A repeat of the rc2 build repeated the mismatch. I diff'd the disassembly between phase 2 and phase 3 and the difference is the same on both builds. The difference follows: # diff x86isel_p{2,3}.s 2c2 < Phase2/Release/llvmCore-8.0.0-rc2.obj/lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o: file format elf64-x86-64 --->Phase3/Release/llvmCore-8.0.0-rc2.obj/lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o: file format elf64-x86-64 121757c121757 < 863: 48 8b 84 24 e0 05 00 mov 0x5e0(%rsp),%rax ---> 863: 48 8b 84 24 b0 01 00 mov 0x1b0(%rsp),%rax121759c121759 < 86b: 48 33 84 24 b0 01 00 xor 0x1b0(%rsp),%rax ---> 86b: 48 33 84 24 e0 05 00 xor 0x5e0(%rsp),%rax121761,121762c121761,121762 < 873: 8b 8c 24 e8 05 00 00 mov 0x5e8(%rsp),%ecx < 87a: 33 8c 24 b8 01 00 00 xor 0x1b8(%rsp),%ecx ---> 873: 8b 8c 24 b8 01 00 00 mov 0x1b8(%rsp),%ecx > 87a: 33 8c 24 e8 05 00 00 xor 0x5e8(%rsp),%ecxOn Sat, Feb 9, 2019 at 9:54 AM Brian Cain <brian.cain at gmail.com> wrote:> rc2 build on Ubuntu 16.04 saw a stage 2/3 mismatch on > X86IselLowering.cpp.o -- I didn't try to build rc1 for 16.04 but I can try > it now to see if it's there too. > > I can pass along logs if anyone wants to investigate. > > On Thu, Feb 7, 2019 at 9:41 AM Hans Wennborg via Release-testers < > release-testers at lists.llvm.org> wrote: > >> Dear testers, >> >> 8.0.0-rc2 has been tagged from the release_80 branch at r353413. >> >> Please run the test script, share your results, and upload binaries. >> >> I'll get the source tarballs and docs published as soon as possible, >> and binaries as they become available. >> >> Thanks, >> Hans >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >> > > >-- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190211/5209b720/attachment.html>
Marshall Clow via llvm-dev
2019-Feb-11 16:08 UTC
[llvm-dev] [cfe-dev] [8.0.0 Release] rc2 has been tagged
On Fri, Feb 8, 2019 at 9:53 AM Paweł Sikora via cfe-dev < cfe-dev at lists.llvm.org> wrote:> ----- Oryginalna wiadomość ----- > > Dear testers, > > > > 8.0.0-rc2 has been tagged from the release_80 branch at r353413. > > Hi, > > i've noticed a compile error with rc2 and libc++ (release_80 @svn). looks > similar to https://bugs.llvm.org/show_bug.cgi?id=40559 > > > (...)/clang++ -fPIC -target x86_64-linux-gnu --sysroot=(...) -march=x86-64 > -fuse-ld=lld -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR > -D_LIBCPP_ENABLE_CXX17_REMOVED_BINDERS -stdlib=libc++ -std=gnu++1z > -flto=thin > (...) > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/string:500: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/string_view:176: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/__string:56: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/algorithm:640: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/initializer_list:47: > In file included from > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/cstddef:110: > > (...)/sysroot-x86_64-linux-gnu/usr/include/c++/v1/type_traits:740:56: > error: _Float16 is not supported on this target > template <> struct __libcpp_is_floating_point<_Float16> : > public true_type {}; >This is quite odd, because libc++ trunk has no mentions of `_Float16`, and I see none here: https://llvm.org/svn/llvm-project/libcxx/branches/release_80/include/type_traits -- Marshall -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190211/13abba57/attachment.html>
Dimitry Andric via llvm-dev
2019-Feb-13 20:35 UTC
[llvm-dev] [Release-testers] [8.0.0 Release] rc2 has been tagged
On 7 Feb 2019, at 16:41, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> 8.0.0-rc2 has been tagged from the release_80 branch at r353413. > > Please run the test script, share your results, and upload binaries.Unfortunately I had to disable compiler-rt for this test run, as most of the sanitizers are totally broken. They get into an endless recursive loop between AsanTSDGet() and the __tls_get_addr() interceptor, and crash with DEADLYSIGNAL due to stack overflow. I haven't found the time to further diagnose this. Main test results on amd64-freebsd11: Expected Passes : 53882 Expected Failures : 220 Unsupported Tests : 1081 Unresolved Tests : 10 Unexpected Passes : 3 Unexpected Failures: 60 Main test results on i386-freebsd11: Expected Passes : 53729 Expected Failures : 236 Unsupported Tests : 903 Unresolved Tests : 10 Unexpected Passes : 5 Unexpected Failures: 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-rc2-amd64-unknown-freebsd11.tar.xz) = 81673933ecd33f22f45a3ffa4558f3a23e9dbb8c3a0255ec831c8dd6c97b0bae SHA256 (clang+llvm-8.0.0-rc2-i386-unknown-freebsd11.tar.xz) = 663f340568a5c06470616008cdd7c5c118eb64d6acfc80009d5cc2b596fb6242 -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 223 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190213/535bab09/attachment.sig>
Hans Wennborg via llvm-dev
2019-Feb-14 11:08 UTC
[llvm-dev] [Release-testers] [8.0.0 Release] rc2 has been tagged
On Wed, Feb 13, 2019 at 9:39 PM Dimitry Andric <dimitry at andric.com> wrote:>> On 7 Feb 2019, at 16:41, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > 8.0.0-rc2 has been tagged from the release_80 branch at r353413.> >> > Please run the test script, share your results, and upload binaries.>> Unfortunately I had to disable compiler-rt for this test run, as most of the sanitizers are totally broken. They get into an endless recursive loop between AsanTSDGet() and the __tls_get_addr() interceptor, and crash with DEADLYSIGNAL due to stack overflow. I haven't found the time to further diagnose this.:-/ I don't remember hearing this before, so sounds like it's a regression from rc1? Even if you don't have time to investigate right now, can you please file a bug to make sure I don't forget?> > Main test results on amd64-freebsd11: > > Expected Passes : 53882 > Expected Failures : 220 > Unsupported Tests : 1081 > Unresolved Tests : 10 > Unexpected Passes : 3 > Unexpected Failures: 60 > > Main test results on i386-freebsd11: > > Expected Passes : 53729 > Expected Failures : 236 > Unsupported Tests : 903 > Unresolved Tests : 10 > Unexpected Passes : 5 > Unexpected Failures: 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-rc2-amd64-unknown-freebsd11.tar.xz) = 81673933ecd33f22f45a3ffa4558f3a23e9dbb8c3a0255ec831c8dd6c97b0bae > SHA256 (clang+llvm-8.0.0-rc2-i386-unknown-freebsd11.tar.xz) = 663f340568a5c06470616008cdd7c5c118eb64d6acfc80009d5cc2b596fb6242Added to the pre-release page. Thanks, Hans