Hans Wennborg via llvm-dev
2020-Mar-04 13:49 UTC
[llvm-dev] [10.0.0 Release] Release Candidate 3 is here
Hello everyone, It took a bit longer than planned, but Release Candidate 3 is now here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at 3a843031a5 and contains 95 commits since the previous release candidate. If no new problems arise, this is what the final release will look like. Source code and docs are available at https://prereleases.llvm.org/10.0.0/#rc3 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc3 Pre-built binaries will be added as they become ready. 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. Thanks, Hans
Tobias Hieta via llvm-dev
2020-Mar-05 11:41 UTC
[llvm-dev] [Release-testers] [10.0.0 Release] Release Candidate 3 is here
Hans, My binaries for macOS is available via google drive here: https://drive.google.com/open?id=1HjX6GBA5DjaOI4HhDY-KtjB-PvN7nOMt SHA256: bc678b7baaadb12d486cf6c0fbf32f2d30da0022ad223f4117541ab4927d1dcd Tests look good (no regressions from rc2): FAIL: LLVM :: Bindings/Go/go.test (25639 of 67058) FAIL: ThreadSanitizer-x86_64 :: Darwin/norace-objcxx-run-time.mm (57229 of 67058) FAIL: libunwind :: signal_frame.pass.cpp (64764 of 67058) Thanks, Tobias On Wed, Mar 4, 2020 at 2:49 PM Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > Hello everyone, > > It took a bit longer than planned, but Release Candidate 3 is now > here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at > 3a843031a5 and contains 95 commits since the previous release > candidate. > > If no new problems arise, this is what the final release will look like. > > Source code and docs are available at > https://prereleases.llvm.org/10.0.0/#rc3 and > https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc3 > > Pre-built binaries will be added as they become ready. > > 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. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Hans Wennborg via llvm-dev
2020-Mar-05 12:32 UTC
[llvm-dev] [Release-testers] [10.0.0 Release] Release Candidate 3 is here
Thanks! Added to the pre-release page and github. On Thu, Mar 5, 2020 at 12:41 PM Tobias Hieta <tobias at plexapp.com> wrote:> > Hans, > > My binaries for macOS is available via google drive here: > > https://drive.google.com/open?id=1HjX6GBA5DjaOI4HhDY-KtjB-PvN7nOMt > > SHA256: bc678b7baaadb12d486cf6c0fbf32f2d30da0022ad223f4117541ab4927d1dcd > > Tests look good (no regressions from rc2): > > FAIL: LLVM :: Bindings/Go/go.test (25639 of 67058) > FAIL: ThreadSanitizer-x86_64 :: Darwin/norace-objcxx-run-time.mm > (57229 of 67058) > FAIL: libunwind :: signal_frame.pass.cpp (64764 of 67058) > > Thanks, > Tobias > > On Wed, Mar 4, 2020 at 2:49 PM Hans Wennborg via Release-testers > <release-testers at lists.llvm.org> wrote: > > > > Hello everyone, > > > > It took a bit longer than planned, but Release Candidate 3 is now > > here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at > > 3a843031a5 and contains 95 commits since the previous release > > candidate. > > > > If no new problems arise, this is what the final release will look like. > > > > Source code and docs are available at > > https://prereleases.llvm.org/10.0.0/#rc3 and > > https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc3 > > > > Pre-built binaries will be added as they become ready. > > > > 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. > > > > Thanks, > > Hans > > _______________________________________________ > > Release-testers mailing list > > Release-testers at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Hans Wennborg via llvm-dev
2020-Mar-05 12:33 UTC
[llvm-dev] [10.0.0 Release] Release Candidate 3 is here
On Wed, Mar 4, 2020 at 2:49 PM Hans Wennborg <hans at chromium.org> wrote:> > Hello everyone, > > It took a bit longer than planned, but Release Candidate 3 is now > here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at > 3a843031a5 and contains 95 commits since the previous release > candidate. > > If no new problems arise, this is what the final release will look like. > > Source code and docs are available at > https://prereleases.llvm.org/10.0.0/#rc3 and > https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc3 > > Pre-built binaries will be added as they become ready. > > 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.Windows is ready: $ sha256sum LLVM*.exe 18503a67b217ad74dc08e73175dafeb24a7a6050e6307d3ec90cd945790d7881 LLVM-10.0.0-rc3-win32.exe 5408e4fb41b4d25c252f8c061e38c74f1dcf4dea999d0a05115255f30e8d5ca6 LLVM-10.0.0-rc3-win64.exe They were built with the attached batch file. -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_1000-rc3._bat_ Type: application/octet-stream Size: 5003 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200305/465f3d92/attachment.obj>
Hans Wennborg via llvm-dev
2020-Mar-05 13:22 UTC
[llvm-dev] [10.0.0 Release] Release Candidate 3 is here
On Wed, Mar 4, 2020 at 2:49 PM Hans Wennborg <hans at chromium.org> wrote:> > Hello everyone, > > It took a bit longer than planned, but Release Candidate 3 is now > here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at > 3a843031a5 and contains 95 commits since the previous release > candidate. > > If no new problems arise, this is what the final release will look like. > > Source code and docs are available at > https://prereleases.llvm.org/10.0.0/#rc3 and > https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc3There seems to be issues with a patch that landed just before the tag (bdad0a1). If you were planning to test rc3 but didn't start yet, you may want to hold off until this is fixed and released as rc4. Hopefully that can happen soon. Thanks, Hans
Michał Górny via llvm-dev
2020-Mar-05 13:35 UTC
[llvm-dev] [Release-testers] [10.0.0 Release] Release Candidate 3 is here
On Wed, 2020-03-04 at 14:49 +0100, Hans Wennborg via Release-testers wrote:> Hello everyone, > > It took a bit longer than planned, but Release Candidate 3 is now > here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at > 3a843031a5 and contains 95 commits since the previous release > candidate. > > If no new problems arise, this is what the final release will look like. >This one looks good from Gentoo perspective (or well, as good as we can expect it to be ;-)). The only problem I can see is the usual LLDB status. -- Best regards, Michał Górny -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 618 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200305/d32d760b/attachment.sig>
Brian Cain via llvm-dev
2020-Mar-05 14:15 UTC
[llvm-dev] [10.0.0 Release] Release Candidate 3 is here
Uploaded Ubuntu 18.04 binaries: 7ebc00479d05772e56c34c1b0f40295af2dd4a6b165d9107946ff2cdb7c219ac clang+llvm-10.0.0-rc3-x86_64-linux-gnu-ubuntu-18.04.tar.xz On Wed, Mar 4, 2020 at 7:49 AM Hans Wennborg via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hello everyone, > > It took a bit longer than planned, but Release Candidate 3 is now > here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at > 3a843031a5 and contains 95 commits since the previous release > candidate. > > If no new problems arise, this is what the final release will look like. > > Source code and docs are available at > https://prereleases.llvm.org/10.0.0/#rc3 and > https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc3 > > Pre-built binaries will be added as they become ready. > > 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. > > Thanks, > Hans > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://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/20200305/264c9fa0/attachment-0001.html>
Rainer Orth via llvm-dev
2020-Mar-05 15:13 UTC
[llvm-dev] [10.0.0 Release] Release Candidate 3 is here
Hi Hans,> It took a bit longer than planned, but Release Candidate 3 is now > here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at > 3a843031a5 and contains 95 commits since the previous release > candidate. > > If no new problems arise, this is what the final release will look like. > > Source code and docs are available at > https://prereleases.llvm.org/10.0.0/#rc3 and > https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc3 > > Pre-built binaries will be added as they become ready.I've now uploaded Solaris 11.4/SPARCv9 and AMD64 binaries to releases-origin.llvm.org, with sha256sum as follows: 2e7392af8991164b34ab97ccf1c5221074ae9370134905a022db615864b58a38 clang+llvm-10.0.0-rc3-amd64-pc-solaris2.11.tar.xz b593900bb7b599d78d8e6308b50006e1ad14cf9886424ff3e5731cbfeb0a2beb clang+llvm-10.0.0-rc3-sparcv9-sun-solaris2.11.tar.xz Both test results are unchanged, with sparcv9 ones as bad as in rc1. I had to build with -no-mlir since the fix from https://reviews.llvm.org/D72619 only went in after LLVM 10 branched. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University
Hans Wennborg via llvm-dev
2020-Mar-05 15:15 UTC
[llvm-dev] [10.0.0 Release] Release Candidate 3 is here
Thanks! Added. On Thu, Mar 5, 2020 at 3:15 PM Brian Cain <brian.cain at gmail.com> wrote:> > Uploaded Ubuntu 18.04 binaries: > 7ebc00479d05772e56c34c1b0f40295af2dd4a6b165d9107946ff2cdb7c219ac clang+llvm-10.0.0-rc3-x86_64-linux-gnu-ubuntu-18.04.tar.xz > > On Wed, Mar 4, 2020 at 7:49 AM Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hello everyone, >> >> It took a bit longer than planned, but Release Candidate 3 is now >> here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at >> 3a843031a5 and contains 95 commits since the previous release >> candidate. >> >> If no new problems arise, this is what the final release will look like. >> >> Source code and docs are available at >> https://prereleases.llvm.org/10.0.0/#rc3 and >> https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc3 >> >> Pre-built binaries will be added as they become ready. >> >> 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. >> >> Thanks, >> Hans >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > > -- > -Brian
Andrew Kelley via llvm-dev
2020-Mar-05 15:51 UTC
[llvm-dev] [10.0.0 Release] Release Candidate 3 is here
On 3/4/20 8:49 AM, Hans Wennborg via llvm-dev wrote:> Release testers, please run the test script, share your results, and > upload binaries.Zig test suite passed in the llvm10 branch against assertions-enabled LLVM 10. This tests the following targets (with qemu + wine, including building the respective libc from source): x86_64-linux-none x86_64-linux-gnu x86_64-linux-musl i386-linux-none i386-linux-musl aarch64-linux-musl aarch64-linux-gnu arm.generic+v8a-linux-none arm.generic+v8a-linux-musleabihf mipsel-linux-none mipsel-linux-musl riscv64-linux-none x86_64-macosx-gnu i386-windows-msvc i386-windows-gnu x86_64-windows-msvc x86_64-windows-gnu Ready for the release! Andrew -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200305/d9f545aa/attachment.sig>
Hans Wennborg via llvm-dev
2020-Mar-06 13:40 UTC
[llvm-dev] [10.0.0 Release] Release Candidate 3 is here
On Thu, Mar 5, 2020 at 4:20 PM Rainer Orth <ro at gcc.gnu.org> wrote:> > Hi Hans, > > > It took a bit longer than planned, but Release Candidate 3 is now > > here. It was tagged as llvmorg-10.0.0-rc3 on the release branch at > > 3a843031a5 and contains 95 commits since the previous release > > candidate. > > > > If no new problems arise, this is what the final release will look like. > > > > Source code and docs are available at > > https://prereleases.llvm.org/10.0.0/#rc3 and > > https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc3 > > > > Pre-built binaries will be added as they become ready. > > I've now uploaded Solaris 11.4/SPARCv9 and AMD64 binaries to > releases-origin.llvm.org, with sha256sum as follows: > > 2e7392af8991164b34ab97ccf1c5221074ae9370134905a022db615864b58a38 clang+llvm-10.0.0-rc3-amd64-pc-solaris2.11.tar.xz > b593900bb7b599d78d8e6308b50006e1ad14cf9886424ff3e5731cbfeb0a2beb clang+llvm-10.0.0-rc3-sparcv9-sun-solaris2.11.tar.xzThanks! Added.> > Both test results are unchanged, with sparcv9 ones as bad as in rc1. I > had to build with -no-mlir since the fix from > https://reviews.llvm.org/D72619 only went in after LLVM 10 branched.That seems like a safe cherry-pick. I've pushed it to the branch as edcd83a669b68a2d371a54dc46e647a2efe97a4f. Thanks, Hans