Tom Stellard via llvm-dev
2015-Nov-21 01:39 UTC
[llvm-dev] [3.7.1 Release] -rc2 has been tagged
Hi, There was one problem in -rc1, so we had to do another release candidate. -rc2 has now been tagged and is ready for testing. -Tom
Renato Golin via llvm-dev
2015-Nov-21 19:14 UTC
[llvm-dev] [cfe-dev] [3.7.1 Release] -rc2 has been tagged
On 21 November 2015 at 01:39, Tom Stellard via cfe-dev <cfe-dev at lists.llvm.org> wrote:> There was one problem in -rc1, so we had to do another release > candidate. -rc2 has now been tagged and is ready for testing.Hi Tom, ARM and AArch64 uploaded. All green. cheers, --renato
Brian Cain via llvm-dev
2015-Nov-22 03:59 UTC
[llvm-dev] [cfe-dev] [3.7.1 Release] -rc2 has been tagged
Should I expect the "-openmp" to work for this RC? I got a link error (only in phase 3?). Maybe the fact that it happened in phase 3 suggests some hardware malfunction of mine? Or are there tests executed on phase 3 that aren't attempted on earlier phases? $ CC=clang CXX=clang++ ./test-release.sh -release 3.7.1 -rc 2 -j1 -openmp -triple armv7l-ubuntu15.10-linux-gnueabihf ... cd /home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/Phase3/openmp/src && /home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/Phase3/Release/llvmCore-3.7.1-rc2.install/usr/local/bin/clang -o test-touch-rt/test-touch /home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/openmp.src/runtime/src/test-touch.c -lpthread /home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/Phase3/openmp/src/libomp.so /home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/Phase3/openmp/src/libomp.so: undefined reference to `__kmp_invoke_microtask' clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) src/CMakeFiles/libomp-test-touch.dir/build.make:52: recipe for target 'src/test-touch-rt/.success' failed make[3]: *** [src/test-touch-rt/.success] Error 1 make[3]: Leaving directory '/home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/Phase3/openmp' CMakeFiles/Makefile2:271: recipe for target 'src/CMakeFiles/libomp-test-touch.dir/all' failed make[2]: *** [src/CMakeFiles/libomp-test-touch.dir/all] Error 2 make[2]: Leaving directory '/home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/Phase3/openmp' CMakeFiles/Makefile2:93: recipe for target 'src/CMakeFiles/libomp-micro-tests.dir/rule' failed make[1]: *** [src/CMakeFiles/libomp-micro-tests.dir/rule] Error 2 make[1]: Leaving directory '/home/brian/src/fuzzpy/llvm_src/llvm/utils/release/rc2/Phase3/openmp' Makefile:151: recipe for target 'libomp-micro-tests' failed make: *** [libomp-micro-tests] Error 2 On Sat, Nov 21, 2015 at 1:14 PM, Renato Golin via llvm-dev < llvm-dev at lists.llvm.org> wrote:> On 21 November 2015 at 01:39, Tom Stellard via cfe-dev > <cfe-dev at lists.llvm.org> wrote: > > There was one problem in -rc1, so we had to do another release > > candidate. -rc2 has now been tagged and is ready for testing. > > Hi Tom, > > ARM and AArch64 uploaded. All green. > > cheers, > --renato > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151121/7db1ac3d/attachment.html>
Dimitry Andric via llvm-dev
2015-Nov-22 12:05 UTC
[llvm-dev] [3.7.1 Release] -rc2 has been tagged
On 21 Nov 2015, at 02:39, Tom Stellard <tom at stellard.net> wrote:> > There was one problem in -rc1, so we had to do another release > candidate. -rc2 has now been tagged and is ready for testing.Built and tested OK on FreeBSD 10. Uploaded: SHA256 (clang+llvm-3.7.1-rc2-amd64-unknown-freebsd10.tar.xz) = 814f3212dee930123183157b5a8ff3023520ab8a6a223d89b5a0c4e92305e0ef SHA256 (clang+llvm-3.7.1-rc2-i386-unknown-freebsd10.tar.xz) = dec78456a585cddfb7631b9f81fbaa77d94f7ec54c1d9d65b41beffbaf8c4146 -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/20151122/8fe83e66/attachment.sig>
Daniel Sanders via llvm-dev
2015-Nov-23 11:12 UTC
[llvm-dev] [3.7.1 Release] -rc2 has been tagged
I've uploaded the following builds: 054eded5b0f921ea027613bc30f9c7364ec14840 clang+llvm-3.7.1-rc2-mips-linux-gnu.tar.xz 9931d48ee11c03867f2ef6c51f5979268f331efb clang+llvm-3.7.1-rc2-x86_64-linux-gnu-debian8.tar.xz The mipsel build is still building at the moment and I'll upload it once it's finished. The x86_64 build is mainly to allow me to test cross-compilation to MIPS but I think I might as well provide it to others so I'm testing native too. clang+llvm-3.7.1-rc2-mips-linux-gnu.tar.xz 2 of 3 complete. The last one should finish today. All good so far clang+llvm-3.7.1-rc2-mipsel-linux-gnu.tar.xz Still building Phase 3. Should have results tomorrow. clang+llvm-3.7.1-rc2-x86_64-linux-gnu-debian8.tar.xz Native: All good Cross compiling to various MIPS: All good> -----Original Message----- > From: Tom Stellard [mailto:tom at stellard.net] > Sent: 21 November 2015 01:40 > To: llvm-dev at lists.llvm.org > Cc: cfe-dev at lists.llvm.org > Subject: [3.7.1 Release] -rc2 has been tagged > > Hi, > > There was one problem in -rc1, so we had to do another release > candidate. -rc2 has now been tagged and is ready for testing. > > -Tom
Hans Wennborg via llvm-dev
2015-Nov-23 18:39 UTC
[llvm-dev] [3.7.1 Release] -rc2 has been tagged
On Fri, Nov 20, 2015 at 5:39 PM, Tom Stellard <tom at stellard.net> wrote:> Hi, > > There was one problem in -rc1, so we had to do another release > candidate. -rc2 has now been tagged and is ready for testing.Windows binaries uploaded with the following sha1s: 2c1292a2a87e7844f41c61ac3540d8ab3438bb6e LLVM-3.7.1-rc2-win32.exe a4eaf5b97b1d847ea95c3fc9bc4a4f5329c85c63 LLVM-3.7.1-rc2-win64.exe No regressions. They were built with the attached batch file. Cheers, Hans -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_371._bat_ Type: application/octet-stream Size: 2640 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151123/245d1806/attachment.obj>
Nikola Smiljanic via llvm-dev
2015-Nov-23 19:59 UTC
[llvm-dev] [cfe-dev] [3.7.1 Release] -rc2 has been tagged
All looking good, uploaded: 0fc3549f429e4de240c664c3346337fdbf48a32c clang+llvm-3.7.1-rc2-i586-opensuse13.2.tar.xz da33a99c68654546a2fbb94b6a04a6799f93360a clang+llvm-3.7.1-rc2-i686-fedora22.tar.xz a181ae8e47db241566724978b84ddb9077359dba clang+llvm-3.7.1-rc2-x86_64-fedora22.tar.xz cfbaf7e6e0027b6db0d1c96bbd3ab42738e6fe21 clang+llvm-3.7.1-rc2-x86_64-opensuse13.2.tar.xz On Tue, Nov 24, 2015 at 5:39 AM, Hans Wennborg via cfe-dev <cfe-dev at lists.llvm.org> wrote:> On Fri, Nov 20, 2015 at 5:39 PM, Tom Stellard <tom at stellard.net> wrote: >> Hi, >> >> There was one problem in -rc1, so we had to do another release >> candidate. -rc2 has now been tagged and is ready for testing. > > Windows binaries uploaded with the following sha1s: > > 2c1292a2a87e7844f41c61ac3540d8ab3438bb6e LLVM-3.7.1-rc2-win32.exe > a4eaf5b97b1d847ea95c3fc9bc4a4f5329c85c63 LLVM-3.7.1-rc2-win64.exe > > No regressions. > > They were built with the attached batch file. > > Cheers, > Hans > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >
Daniel Sanders via llvm-dev
2015-Nov-24 09:39 UTC
[llvm-dev] [3.7.1 Release] -rc2 has been tagged
> The mipsel build is still building at the moment and I'll upload it once it's finishedI've uploaded the mipsel build: 3648714f878de57d5e364bcab127392daea306dc clang+llvm-3.7.1-rc2-mipsel-linux-gnu.tar.xz Everything passed for it. For the sake of completeness, I should mention that the 'make check-all' in test-release.sh triggered a disk error in /tmp which caused it to remount read-only. It then failed the remaining tests because it couldn't create temporary files. After fixing the disk error, a manual re-run of 'make check-all' passed.> clang+llvm-3.7.1-rc2-mips-linux-gnu.tar.xz > 2 of 3 complete. The last one should finish today. > All good so farAll good. ________________________________________ From: Daniel Sanders Sent: 23 November 2015 11:12 To: Tom Stellard; llvm-dev at lists.llvm.org Cc: cfe-dev at lists.llvm.org Subject: RE: [3.7.1 Release] -rc2 has been tagged I've uploaded the following builds: 054eded5b0f921ea027613bc30f9c7364ec14840 clang+llvm-3.7.1-rc2-mips-linux-gnu.tar.xz 9931d48ee11c03867f2ef6c51f5979268f331efb clang+llvm-3.7.1-rc2-x86_64-linux-gnu-debian8.tar.xz The mipsel build is still building at the moment and I'll upload it once it's finished. The x86_64 build is mainly to allow me to test cross-compilation to MIPS but I think I might as well provide it to others so I'm testing native too. clang+llvm-3.7.1-rc2-mips-linux-gnu.tar.xz 2 of 3 complete. The last one should finish today. All good so far clang+llvm-3.7.1-rc2-mipsel-linux-gnu.tar.xz Still building Phase 3. Should have results tomorrow. clang+llvm-3.7.1-rc2-x86_64-linux-gnu-debian8.tar.xz Native: All good Cross compiling to various MIPS: All good> -----Original Message----- > From: Tom Stellard [mailto:tom at stellard.net] > Sent: 21 November 2015 01:40 > To: llvm-dev at lists.llvm.org > Cc: cfe-dev at lists.llvm.org > Subject: [3.7.1 Release] -rc2 has been tagged > > Hi, > > There was one problem in -rc1, so we had to do another release > candidate. -rc2 has now been tagged and is ready for testing. > > -Tom
Brian Cain via llvm-dev
2015-Nov-25 01:14 UTC
[llvm-dev] [cfe-dev] [3.7.1 Release] -rc2 has been tagged
I tried building a release of -rc2 on SuSE Linux Enterprise Server 11SP3. It sounds like some of these failures might be similar to ones encountered on other platforms. Tom, should I try to open a bug(s) to help investigate these issues? Per http://llvm.org/docs/ReleaseProcess.html#bug-reporting-process I should only do it if these are new from 3.7.0 right? ~~~~~~~~ Failing Tests (18): MemorySanitizer :: Linux/obstack.cc MemorySanitizer :: fork.cc MemorySanitizer :: iconv.cc MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.fgetgrent_r MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.getgrent MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.getgrent_r MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.getpwent MemorySanitizer-Unit :: Msan-x86_64-Test/MemorySanitizer.getpwent_r MemorySanitizer-Unit :: Msan-x86_64-with-call-Test/MemorySanitizer.fgetgrent_r MemorySanitizer-Unit :: Msan-x86_64-with-call-Test/MemorySanitizer.getgrent MemorySanitizer-Unit :: Msan-x86_64-with-call-Test/MemorySanitizer.getgrent_r MemorySanitizer-Unit :: Msan-x86_64-with-call-Test/MemorySanitizer.getpwent MemorySanitizer-Unit :: Msan-x86_64-with-call-Test/MemorySanitizer.getpwent_r SanitizerCommon-Unit :: Sanitizer-x86_64-Test/SanitizerLinux.ThreadDescriptorSize ThreadSanitizer :: Linux/mutex_robust.cc ThreadSanitizer :: Linux/mutex_robust2.cc ThreadSanitizer :: thread_name2.cc libc++abi :: cxa_thread_atexit_test.pass.cpp Expected Passes : 24070 Expected Failures : 132 Unsupported Tests : 374 Unexpected Failures: 18 On Fri, Nov 20, 2015 at 7:39 PM, Tom Stellard via cfe-dev < cfe-dev at lists.llvm.org> wrote:> Hi, > > There was one problem in -rc1, so we had to do another release > candidate. -rc2 has now been tagged and is ready for testing. > > -Tom > _______________________________________________ > 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/20151124/8431b08b/attachment.html>
Brian Cain via llvm-dev
2015-Nov-28 20:58 UTC
[llvm-dev] [cfe-dev] [3.7.1 Release] -rc2 has been tagged
On Tue, Nov 24, 2015 at 7:14 PM, Brian Cain <brian.cain at gmail.com> wrote:> I tried building a release of -rc2 on SuSE Linux Enterprise Server 11SP3. > It sounds like some of these failures might be similar to ones encountered > on other platforms. > > Tom, should I try to open a bug(s) to help investigate these issues? Per > http://llvm.org/docs/ReleaseProcess.html#bug-reporting-process I should > only do it if these are new from 3.7.0 right? > >These failing tests also failed on 3.7.0, so no regression. Can I upload the rc2 tarball? If so, is there a public FTP or a way to get credentials?>-- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151128/1b34f095/attachment.html>
Sylvestre Ledru via llvm-dev
2015-Dec-02 16:26 UTC
[llvm-dev] [3.7.1 Release] -rc2 has been tagged
Le 21/11/2015 02:39, Tom Stellard via llvm-dev a écrit :> Hi, > > There was one problem in -rc1, so we had to do another release > candidate. -rc2 has now been tagged and is ready for testing. > >Tom, as discussed previously, I reported the regressions from 3.7: https://llvm.org/bugs/show_bug.cgi?id=25710 3.7.1 rc2 - CodeGen/address-safety-attr.cpp fails on i386 https://llvm.org/bugs/show_bug.cgi?id=25711 3.7.1 rc2 - CodeGen/asan-globals.cpp fails on i386 https://llvm.org/bugs/show_bug.cgi?id=25712 3.7.1 rc2 - CodeGen/sanitize-init-order.cpp fails on i386 https://llvm.org/bugs/show_bug.cgi?id=25713 3.7.1 rc2 - CodeGen/sanitize-thread-attr.cpp fails on i386 https://llvm.org/bugs/show_bug.cgi?id=25714 3.7.1 rc2 - CodeGen/ubsan-blacklist.c fails on i386 I also reported https://llvm.org/bugs/show_bug.cgi?id=25715 CodeGen/linux-arm-atomic.c fails on i386 but it is not a recent regression (I had this issue in 3.7). Hope this helps, Sylvestre
Tom Stellard via llvm-dev
2015-Dec-07 16:45 UTC
[llvm-dev] [3.7.1 Release] -rc2 has been tagged
On Wed, Dec 02, 2015 at 05:26:15PM +0100, Sylvestre Ledru wrote:> Le 21/11/2015 02:39, Tom Stellard via llvm-dev a écrit : > > Hi, > > > > There was one problem in -rc1, so we had to do another release > > candidate. -rc2 has now been tagged and is ready for testing. > > > > > Tom, as discussed previously, I reported the regressions from 3.7: > https://llvm.org/bugs/show_bug.cgi?id=25710 > 3.7.1 rc2 - CodeGen/address-safety-attr.cpp fails on i386 >I looked into this and the output on my x86_64 build is the same with 3.7.0 and 3.7.1-rc2. I also was not able to reproduce on a system with an 32-bit OS and 64-bit CPU. I don't think it is worth holding the release up more for this issue as it seems unlikely to affect a larger number of users. I'll go ahead and tag 3.7.1 -final tomorrow unless there are major objections. -Tom> https://llvm.org/bugs/show_bug.cgi?id=25711 > 3.7.1 rc2 - CodeGen/asan-globals.cpp fails on i386 > > https://llvm.org/bugs/show_bug.cgi?id=25712 > 3.7.1 rc2 - CodeGen/sanitize-init-order.cpp fails on i386 > > https://llvm.org/bugs/show_bug.cgi?id=25713 > 3.7.1 rc2 - CodeGen/sanitize-thread-attr.cpp fails on i386 > > https://llvm.org/bugs/show_bug.cgi?id=25714 > 3.7.1 rc2 - CodeGen/ubsan-blacklist.c fails on i386 > > > I also reported https://llvm.org/bugs/show_bug.cgi?id=25715 > CodeGen/linux-arm-atomic.c fails on i386 > but it is not a recent regression (I had this issue in 3.7). > > Hope this helps, > Sylvestre > >