Hans Wennborg via llvm-dev
2016-Feb-02 21:15 UTC
[llvm-dev] [3.8 Release] RC2 has been tagged
Dear testers, Release Candidate 2 has just been tagged [1]. Please build, test, and upload to the sftp. I know there are still outstanding issues from RC1, but there have been a lot of merges going into the branch and I think it's time for another round of RC testing. This RC comes a little behind schedule, sorry about that, but I'm still optimistic about hitting the target of releasing towards the end of February. Thanks for all the work you've put into this release so far! Hans [1] http://lists.llvm.org/pipermail/llvm-branch-commits/2016-February/009739.html
Ben Pope via llvm-dev
2016-Feb-03 09:00 UTC
[llvm-dev] [Release-testers] [3.8 Release] RC2 has been tagged
On Wednesday, February 03, 2016 05:15 AM, Hans Wennborg via Release-testers wrote:> Dear testers, > > Release Candidate 2 has just been tagged [1]. Please build, test, and > upload to the sftp.clang+llvm-3.8.0-rc2-x86_64-linux-gnu-ubuntu-14.04.tar.xz: Failing Tests (9): MemorySanitizer :: Linux/forkpty.cc MemorySanitizer :: Linux/tcgetattr.cc MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.getmntent MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.getmntent_r MemorySanitizer-Unit :: Msan-x86_64-with-call-Test/MemorySanitizer.getmntent MemorySanitizer-Unit :: Msan-x86_64-with-call-Test/MemorySanitizer.getmntent_r Profile :: instrprof-error.c libc++ :: std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp libc++ :: std/localization/locales/locale/locale.cons/char_pointer.pass.cpp Expected Passes : 31177 Expected Failures : 195 Unsupported Tests : 527 Unexpected Failures: 9 clang+llvm-3.8.0-rc2-x86_64-linux-gnu-ubuntu-15.10.tar.xz Expected Passes : 31845 Expected Failures : 209 Unsupported Tests : 649 LNT ran clean in both cases. Ben
Renato Golin via llvm-dev
2016-Feb-03 16:55 UTC
[llvm-dev] [lldb-dev] [3.8 Release] RC2 has been tagged
On 2 February 2016 at 21:15, Hans Wennborg via lldb-dev <lldb-dev at lists.llvm.org> wrote:> Dear testers, > > Release Candidate 2 has just been tagged [1]. Please build, test, and > upload to the sftp.ARM and AArch64 look good, uploaded. I'm not using any new distro, so all the ABI issues are not showing, but they do exist in ARM/AArch64. cheers, --renato
Dimitry Andric via llvm-dev
2016-Feb-04 08:09 UTC
[llvm-dev] [Release-testers] [3.8 Release] RC2 has been tagged
On 02 Feb 2016, at 22:15, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > Release Candidate 2 has just been tagged [1]. Please build, test, and > upload to the sftp. > > I know there are still outstanding issues from RC1, but there have > been a lot of merges going into the branch and I think it's time for > another round of RC testing. > > This RC comes a little behind schedule, sorry about that, but I'm > still optimistic about hitting the target of releasing towards the end > of February.I've had some trouble getting compiler-rt to build on FreeBSD, but after a few minor hacks, I managed to make it build and test successfully for i386. For x86_64, however, there is still a problem in the tsan tests: /tmp/gotsan.WXO5sLCzBa/gotsan.cc:(.text+0x22d9b): undefined reference to `__sanitizer::GetRSS()' /tmp/gotsan.WXO5sLCzBa/gotsan.cc:(.text+0x22e7b): undefined reference to `__sanitizer::GetRSS()' /tmp/gotsan.WXO5sLCzBa/gotsan.cc:(.text+0x22feb): undefined reference to `__sanitizer::GetRSS()' clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation) projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck.dir/build.make:50: recipe for target 'projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck' failed gmake[3]: *** [projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck] Error 1 E.g., at some point, GetRSS() got added or split out, but there is no FreeBSD variant of this function. So for now I am probably going to attempt to disable tsan only, and continue with the rest of the build. -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 194 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160204/c30574f9/attachment.sig>
Ismail Donmez via llvm-dev
2016-Feb-04 08:13 UTC
[llvm-dev] [Openmp-dev] [3.8 Release] RC2 has been tagged
On Tue, Feb 2, 2016 at 11:15 PM, Hans Wennborg via Openmp-dev <openmp-dev at lists.llvm.org> wrote:> Dear testers, > > Release Candidate 2 has just been tagged [1]. Please build, test, and > upload to the sftp. > > I know there are still outstanding issues from RC1, but there have > been a lot of merges going into the branch and I think it's time for > another round of RC testing. > > This RC comes a little behind schedule, sorry about that, but I'm > still optimistic about hitting the target of releasing towards the end > of February. > > Thanks for all the work you've put into this release so far!x86{-64}, ppc64{le} (with fix for PR26173), armv{6,7}, aarch64 looks good on openSUSE. Thanks, ismail
Dimitry Andric via llvm-dev
2016-Feb-04 17:27 UTC
[llvm-dev] [Release-testers] [3.8 Release] RC2 has been tagged
On 04 Feb 2016, at 09:09, Dimitry Andric via Release-testers <release-testers at lists.llvm.org> wrote:> > On 02 Feb 2016, at 22:15, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> Release Candidate 2 has just been tagged [1]. Please build, test, and >> upload to the sftp. >> >> I know there are still outstanding issues from RC1, but there have >> been a lot of merges going into the branch and I think it's time for >> another round of RC testing. >> >> This RC comes a little behind schedule, sorry about that, but I'm >> still optimistic about hitting the target of releasing towards the end >> of February. > > I've had some trouble getting compiler-rt to build on FreeBSD, but after a few minor hacks, I managed to make it build and test successfully for i386. For x86_64, however, there is still a problem in the tsan tests: > > /tmp/gotsan.WXO5sLCzBa/gotsan.cc:(.text+0x22d9b): undefined reference to `__sanitizer::GetRSS()' > /tmp/gotsan.WXO5sLCzBa/gotsan.cc:(.text+0x22e7b): undefined reference to `__sanitizer::GetRSS()' > /tmp/gotsan.WXO5sLCzBa/gotsan.cc:(.text+0x22feb): undefined reference to `__sanitizer::GetRSS()' > clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation) > projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck.dir/build.make:50: recipe for target 'projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck' failed > gmake[3]: *** [projects/compiler-rt/lib/tsan/CMakeFiles/GotsanRuntimeCheck] Error 1 > > E.g., at some point, GetRSS() got added or split out, but there is no FreeBSD variant of this function. So for now I am probably going to attempt to disable tsan only, and continue with the rest of the build.After disabling tsan for x86_64, the builds finally went OK, and all tests succeeded. So these tarballs now also have compiler-rt in them, though unfortunately still no libc++: SHA256 (clang+llvm-3.8.0-rc2-amd64-unknown-freebsd10.tar.xz) = d6a709e38aa274cc58130b755ef3c1c1fc34b36cc2bfcb6bfa4118b23b0c834e SHA256 (clang+llvm-3.8.0-rc2-i386-unknown-freebsd10.tar.xz) = 840b3a391ef3dfec20ed5464230caad91f6431e655d0c6ae06cbabdd7ed12a73 -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 194 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160204/10bed4ae/attachment.sig>
Brian Cain via llvm-dev
2016-Feb-04 20:48 UTC
[llvm-dev] [cfe-dev] [3.8 Release] RC2 has been tagged
Tested RC2 w/SLES11.3, x86_64. No regressions. 81c1ea3fafee883fbbd396779d1e62714304eff6 rc2/clang+llvm-3.8.0-rc2-linux-x86_64-sles11.3.tar.xz On Tue, Feb 2, 2016 at 3:15 PM, Hans Wennborg via cfe-dev < cfe-dev at lists.llvm.org> wrote:> Dear testers, > > Release Candidate 2 has just been tagged [1]. Please build, test, and > upload to the sftp. > > I know there are still outstanding issues from RC1, but there have > been a lot of merges going into the branch and I think it's time for > another round of RC testing. > > This RC comes a little behind schedule, sorry about that, but I'm > still optimistic about hitting the target of releasing towards the end > of February. > > Thanks for all the work you've put into this release so far! > > Hans > > [1] > http://lists.llvm.org/pipermail/llvm-branch-commits/2016-February/009739.html > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >-- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160204/8c944896/attachment.html>
Hans Wennborg via llvm-dev
2016-Feb-05 23:08 UTC
[llvm-dev] [3.8 Release] RC2 has been tagged
On Tue, Feb 2, 2016 at 1:15 PM, Hans Wennborg <hans at chromium.org> wrote:> Release Candidate 2 has just been tagged [1]. Please build, test, and > upload to the sftp.Windows binaries are up: (sha1 sums) 23e18a4af76bed48ca8975a1b90b53b960508964 LLVM-3.8.0-rc2-win32.exe 87174857cdf76ac99b610672a3f721e4df300dda LLVM-3.8.0-rc2-win64.exe