Tom Stellard via llvm-dev
2021-Nov-30 06:07 UTC
[llvm-dev] Release 13.0.1-rc1 has been tagged
Hi, I've tagged 13.0.1-rc1. Testers can begin testing and uploading binaries. There is still time to submit fixes for the final 13.0.1. I'll give more details about timelines and how to do this once the bugzilla migration is complete. Currently, bugzilla is read-only, so we can't submit any fixes there. -Tom
Hans Wennborg via llvm-dev
2021-Nov-30 16:16 UTC
[llvm-dev] [cfe-dev] Release 13.0.1-rc1 has been tagged
On Tue, Nov 30, 2021 at 7:08 AM Tom Stellard via cfe-dev <cfe-dev at lists.llvm.org> wrote:> > Hi, > > I've tagged 13.0.1-rc1. Testers can begin testing and uploading binaries. > > There is still time to submit fixes for the final 13.0.1. I'll give more > details about timelines and how to do this once the bugzilla migration is > complete. Currently, bugzilla is read-only, so we can't submit any fixes > there.Windows is ready: $ sha256sum LLVM-13.0.1-rc1-win*.exe 21d0829aa4c85b81a8c37fc6fa57152e5cb01eda4b2ebaab75700fdbdc469c71 LLVM-13.0.1-rc1-win32.exe 7b5b0a5c714c67bafc6f346c36ffc15d42d956603bfa30fa6e7c47aa89be2505 LLVM-13.0.1-rc1-win64.exe Thanks, Hans -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_1301-rc1._bat_ Type: application/octet-stream Size: 5214 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211130/d69d5ca9/attachment.obj>
Tom Stellard via llvm-dev
2021-Nov-30 19:29 UTC
[llvm-dev] Release 13.0.1-rc1 has been tagged
+ Release-testers On 11/29/21 22:07, Tom Stellard wrote:> Hi, > > I've tagged 13.0.1-rc1. Testers can begin testing and uploading binaries. > > There is still time to submit fixes for the final 13.0.1. I'll give more > details about timelines and how to do this once the bugzilla migration is > complete. Currently, bugzilla is read-only, so we can't submit any fixes > there. > > -Tom
Brooks Davis via llvm-dev
2021-Nov-30 20:35 UTC
[llvm-dev] [cfe-dev] Release 13.0.1-rc1 has been tagged
On Mon, Nov 29, 2021 at 10:07:52PM -0800, Tom Stellard via cfe-dev wrote:> Hi, > > I've tagged 13.0.1-rc1. Testers can begin testing and uploading binaries.There don't seem be llvm-project tarballs. I see: https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1-rc1/llvm-13.0.1rc1.src.tar.xz but not the expected: https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1-rc1/llvm-project-13.0.1rc1.src.tar.xz Thanks, Brooks -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 455 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211130/086bd66c/attachment.sig>
Diana Picus via llvm-dev
2021-Dec-02 09:30 UTC
[llvm-dev] [cfe-dev] Release 13.0.1-rc1 has been tagged
Hi, Uploaded armv7 & aarch64 Ubuntu binaries and also aarch64 Windows: baa53279469e387f333cd90d9e8a30973c8a5d884dd893862435967d40c1a0e9 clang+llvm-13.0.1-rc1-aarch64-linux-gnu.tar.xz 1a523df1cd1a8f64158f602a4e2ce1ad845d322d9dda11225b3d96b2c957203e clang+llvm-13.0.1-rc1-armv7a-linux-gnueabihf.tar.xz 5c363a8e145e4b9985403aa89f496c550ff68423febd350d2a70c0f993b00b29 LLVM-13.0.1-rc1-woa64.zip Same test results as 13.0.0. Cheers, Diana On Tue, 30 Nov 2021 at 07:07, Tom Stellard via cfe-dev < cfe-dev at lists.llvm.org> wrote:> Hi, > > I've tagged 13.0.1-rc1. Testers can begin testing and uploading binaries. > > There is still time to submit fixes for the final 13.0.1. I'll give more > details about timelines and how to do this once the bugzilla migration is > complete. Currently, bugzilla is read-only, so we can't submit any fixes > there. > > -Tom > > _______________________________________________ > 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/20211202/dc3eb1c3/attachment.html>
Dimitry Andric via llvm-dev
2021-Dec-02 12:30 UTC
[llvm-dev] Release 13.0.1-rc1 has been tagged
On 30 Nov 2021, at 07:07, Tom Stellard via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > I've tagged 13.0.1-rc1. Testers can begin testing and uploading binaries.For 13.0.1 rc1, I have built and tested on both FreeBSD 12 and 13. No additional patches were needed. For the 32-builds I used -no-flang, as flang is currently not 32-bit clean, and I do not expect it will ever be. Main results on amd64-freebsd12: Skipped : 3 (13.0.0: 3) Unsupported : 6353 (13.0.0: 6353) Passed : 91833 (13.0.0: 91836) Expectedly Failed : 320 (13.0.0: 320) Timed Out : 1 (13.0.0: 0) Failed : 301 (13.0.0: 294) Unexpectedly Passed: 2 (13.0.0: 2) Test suite results on amd64-freebsd12: Passed: 2419 (13.0.0: 2419) Failed: 3 (13.0.0: 3) Main results on amd64-freebsd13: Skipped : 3 (13.0.0: 3) Unsupported : 6352 (13.0.0: 6352) Passed : 91797 (13.0.0: 91841) Passed With Retry : 0 (13.0.0: 1) Expectedly Failed : 320 (13.0.0: 320) Timed Out : 2 (13.0.0: 1) Failed : 337 (13.0.0: 324) Unexpectedly Passed: 2 (13.0.0: 2) Test suite results on amd64-freebsd13: Passed: 2419 (13.0.0: 2419) Failed: 3 (13.0.0: 3) Main results on i386-freebsd12: Skipped : 3 (13.0.0: 3) Unsupported : 4738 (13.0.0: 4738) Passed : 87561 (13.0.0: 87556) Expectedly Failed : 295 (13.0.0: 295) Failed : 198 (13.0.0: 198) Unexpectedly Passed: 1 (13.0.0: 1) Main results on i386-freebsd13: Skipped : 3 (13.0.0: 3) Unsupported : 4738 (13.0.0: 4738) Passed : 87558 (13.0.0: 87554) Passed With Retry : 1 (13.0.0: 0) Expectedly Failed : 295 (13.0.0: 295) Failed : 200 (13.0.0: 200) Unexpectedly Passed: 1 (13.0.0: 1) Uploaded: SHA256 (clang+llvm-13.0.1-rc1-amd64-unknown-freebsd12.tar.xz) = 11b38cf5de77b72881b8eaed9571af32993ed2aea6c93b6826f0e1dc9ab65f76 SHA256 (clang+llvm-13.0.1-rc1-amd64-unknown-freebsd13.tar.xz) = 5320a41da51ba451f080c10d2a16d195265e4e5756642863daeb0be9734c3124 SHA256 (clang+llvm-13.0.1-rc1-i386-unknown-freebsd12.tar.xz) = 175ef64e9922783ecb2e0b3b67f39f9a64de22f1f3ecf3548a8d14912a93ffff SHA256 (clang+llvm-13.0.1-rc1-i386-unknown-freebsd13.tar.xz) = 84d49f5bce83fed921c002e4e4b57315623875c4b7f27ff376bc1eab31850551 -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/20211202/8236795b/attachment-0001.sig>
Nemanja Ivanovic via llvm-dev
2021-Dec-02 14:45 UTC
[llvm-dev] [cfe-dev] Release 13.0.1-rc1 has been tagged
Hi Tom, would it be OK to directly send you git hashes for patches we would like back ported until the bugzilla transition completes? On Tue, Nov 30, 2021 at 1:08 AM Tom Stellard via cfe-dev < cfe-dev at lists.llvm.org> wrote:> Hi, > > I've tagged 13.0.1-rc1. Testers can begin testing and uploading binaries. > > There is still time to submit fixes for the final 13.0.1. I'll give more > details about timelines and how to do this once the bugzilla migration is > complete. Currently, bugzilla is read-only, so we can't submit any fixes > there. > > -Tom > > _______________________________________________ > 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/20211202/c3bbb92a/attachment.html>
Tobias Hieta via llvm-dev
2021-Dec-07 15:01 UTC
[llvm-dev] Release 13.0.1-rc1 has been tagged
macOS binaries are up: c8276babd9f55fee0bd3f1c3b0970a603bcb715498391628ab8049354ce96ff7 clang+llvm-13.0.1-rc1-x86_64-apple-darwin.tar.xz On Tue, Nov 30, 2021 at 7:08 AM Tom Stellard via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Hi, > > I've tagged 13.0.1-rc1. Testers can begin testing and uploading binaries. > > There is still time to submit fixes for the final 13.0.1. I'll give more > details about timelines and how to do this once the bugzilla migration is > complete. Currently, bugzilla is read-only, so we can't submit any fixes > there. > > -Tom > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Quinn Pham via llvm-dev
2021-Dec-10 16:45 UTC
[llvm-dev] Release 13.0.1-rc1 has been tagged
Testing for 13.0.1-rc1 on PowerPC is clean, binaries have been uploaded: 0d3e928e94e38d091a24843eec3f22e35d71c1d4 clang+llvm-13.0.1-rc1-powerpc64le-linux-rhel-7.9.tar.xz 7e479fc570aadd6b9c16a635cfc6390901f2e486 clang+llvm-13.0.1-rc1-powerpc64le-linux-ubuntu-18.04.5.tar.xz - Quinn On Mon, 29 Nov 2021 at 23:08, Tom Stellard via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi, > > I've tagged 13.0.1-rc1. Testers can begin testing and uploading binaries. > > There is still time to submit fixes for the final 13.0.1. I'll give more > details about timelines and how to do this once the bugzilla migration is > complete. Currently, bugzilla is read-only, so we can't submit any fixes > there. > > -Tom > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211210/3e377fd9/attachment.html>
Sean McBride via llvm-dev
2022-Jan-01 20:54 UTC
[llvm-dev] [cfe-dev] Release 13.0.1-rc1 has been tagged
On 30 Nov 2021, at 1:07, Tom Stellard via cfe-dev wrote:> Testers can begin testing and uploading binaries.It's been over a month since 13.0.1-rc1, and, as has been the case for many previous releases, there are no macOS binaries. And chance we'll see some? Thanks, Sean