Hans Wennborg via llvm-dev
2016-Aug-31 23:49 UTC
[llvm-dev] [3.9 Release] 'final' has been tagged
Dear testers, The final version of 3.9.0 was just tagged (from the 3.9 branch at r280312). There were no changes after rc3. This took a little longer than expected, but on the up side that means it's had more time to be tested. Please build the final binaries and upload to the sftp. For others following along: this means 3.9.0 is complete, but it will take a few days to get the tarballs ready and uploaded to the web page. I will send the release announcement once everything's done. Many thanks for your hard work! Hans
Ben Pope via llvm-dev
2016-Sep-01 05:21 UTC
[llvm-dev] [Release-testers] [3.9 Release] 'final' has been tagged
On Thursday, September 01, 2016 07:49 AM, Hans Wennborg via Release-testers wrote:> Dear testers, > > The final version of 3.9.0 was just tagged (from the 3.9 branch at > r280312). There were no changes after rc3. This took a little longer > than expected, but on the up side that means it's had more time to be > tested. > > Please build the final binaries and upload to the sftp.Ubuntu x86_64 16.04 03687b22791b8c21813fc015dd507fc0 clang+llvm-3.9.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz If anybody would like a build for Ubuntu x86_64 14.04, let me know. Ben
Diana Picus via llvm-dev
2016-Sep-01 12:53 UTC
[llvm-dev] [Release-testers] [3.9 Release] 'final' has been tagged
AArch64 looks good, Renato will upload the binaries when he's done testing ARM. Diana On 1 September 2016 at 08:21, Ben Pope via Release-testers < release-testers at lists.llvm.org> wrote:> On Thursday, September 01, 2016 07:49 AM, Hans Wennborg via > Release-testers wrote: > >> Dear testers, >> >> The final version of 3.9.0 was just tagged (from the 3.9 branch at >> r280312). There were no changes after rc3. This took a little longer >> than expected, but on the up side that means it's had more time to be >> tested. >> >> Please build the final binaries and upload to the sftp. >> > > Ubuntu x86_64 16.04 > 03687b22791b8c21813fc015dd507fc0 clang+llvm-3.9.0-x86_64-linux- > gnu-ubuntu-16.04.tar.xz > > If anybody would like a build for Ubuntu x86_64 14.04, let me know. > > Ben > > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://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/20160901/a7266622/attachment.html>
Dimitry Andric via llvm-dev
2016-Sep-01 16:40 UTC
[llvm-dev] [Release-testers] [3.9 Release] 'final' has been tagged
On 01 Sep 2016, at 01:49, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > The final version of 3.9.0 was just tagged (from the 3.9 branch at > r280312). There were no changes after rc3. This took a little longer > than expected, but on the up side that means it's had more time to be > tested.Built and tested OK on FreeBSD 10 again, this time without assertions. Uploaded: SHA256 (clang+llvm-3.9.0-i386-unknown-freebsd10.tar.xz) = 16c612019ece5ba1f846740e77c7c1a39b813acb5bcfbfe9f8af32d7c28caa60 SHA256 (clang+llvm-3.9.0-amd64-unknown-freebsd10.tar.xz) = df35eaeabec7a474b3c3737c798a0c817795ebbd12952c665c52b2f98abcb6de -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/20160901/dd2a6dee/attachment.sig>
Renato Golin via llvm-dev
2016-Sep-02 01:31 UTC
[llvm-dev] [cfe-dev] [Release-testers] [3.9 Release] 'final' has been tagged
ARM and AArch64 green, uploaded. Thanks! $ sha1sum clang+llvm-3.9.0-aarch64-linux-gnu.tar.xz e9bfdf32c869e8fb344ef1b386c5d2b44ccac056 $ sha1sum clang+llvm-3.9.0-armv7a-linux-gnueabihf.tar.xz 2ad7a7b226b78d5c13ef06abb96da7a0fb8d535e --renato On 2 September 2016 at 01:38, Ben Pope via cfe-dev <cfe-dev at lists.llvm.org> wrote:> On Thursday, September 01, 2016 01:21 PM, Ben Pope via cfe-dev wrote: >> >> Ubuntu x86_64 16.04 >> 03687b22791b8c21813fc015dd507fc0 >> clang+llvm-3.9.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz >> >> If anybody would like a build for Ubuntu x86_64 14.04, let me know. > > > 0eabc565733a62d77da1214a70c6c344 > clang+llvm-3.9.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz > > Ben > > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
Vasileios Kalintiris via llvm-dev
2016-Sep-04 12:41 UTC
[llvm-dev] [Release-testers] [3.9 Release] 'final' has been tagged
I uploaded the binaries for MIPS, MIPSEL and the X86_64 debian8 build: 0e76e4cb45aaa0ee06076da43bbb27f6624abf14 clang+llvm-3.9.0-mipsel-linux-gnu.tar.xz 5a78496161aece73ccfc2b05edaf68bec4da9417 clang+llvm-3.9.0-mips-linux-gnu.tar.xz 56f4334f2d59613b2599fbba9017fa0609fbdf06 clang+llvm-3.9.0-x86_64-linux-gnu-debian8.tar.xz Everything looks good but I can't run LNT for MIPSEL because of a network problem. I'll run it tomorrow and I'll report back *if* there's any unexpected problem. - V. Kalintiris ________________________________________ From: Release-testers [release-testers-bounces at lists.llvm.org] on behalf of Hans Wennborg via Release-testers [release-testers at lists.llvm.org] Sent: 01 September 2016 00:49 To: Release-testers Cc: llvm-dev; cfe-dev; openmp-dev (openmp-dev at lists.llvm.org); LLDB Dev Subject: [Release-testers] [3.9 Release] 'final' has been tagged Dear testers, The final version of 3.9.0 was just tagged (from the 3.9 branch at r280312). There were no changes after rc3. This took a little longer than expected, but on the up side that means it's had more time to be tested. Please build the final binaries and upload to the sftp. For others following along: this means 3.9.0 is complete, but it will take a few days to get the tarballs ready and uploaded to the web page. I will send the release announcement once everything's done. Many thanks for your hard work! Hans _______________________________________________ Release-testers mailing list Release-testers at lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Hans Wennborg via llvm-dev
2016-Sep-06 15:49 UTC
[llvm-dev] [Release-testers] [3.9 Release] 'final' has been tagged
Thanks! I've added the binaries to the web site now. Cheers, Hans On Sun, Sep 4, 2016 at 5:41 AM, Vasileios Kalintiris <Vasileios.Kalintiris at imgtec.com> wrote:> I uploaded the binaries for MIPS, MIPSEL and the X86_64 debian8 build: > > 0e76e4cb45aaa0ee06076da43bbb27f6624abf14 clang+llvm-3.9.0-mipsel-linux-gnu.tar.xz > 5a78496161aece73ccfc2b05edaf68bec4da9417 clang+llvm-3.9.0-mips-linux-gnu.tar.xz > 56f4334f2d59613b2599fbba9017fa0609fbdf06 clang+llvm-3.9.0-x86_64-linux-gnu-debian8.tar.xz > > Everything looks good but I can't run LNT for MIPSEL because of a network problem. I'll run it tomorrow and I'll report back *if* there's any unexpected problem. > > - V. Kalintiris > ________________________________________ > From: Release-testers [release-testers-bounces at lists.llvm.org] on behalf of Hans Wennborg via Release-testers [release-testers at lists.llvm.org] > Sent: 01 September 2016 00:49 > To: Release-testers > Cc: llvm-dev; cfe-dev; openmp-dev (openmp-dev at lists.llvm.org); LLDB Dev > Subject: [Release-testers] [3.9 Release] 'final' has been tagged > > Dear testers, > > The final version of 3.9.0 was just tagged (from the 3.9 branch at > r280312). There were no changes after rc3. This took a little longer > than expected, but on the up side that means it's had more time to be > tested. > > Please build the final binaries and upload to the sftp. > > For others following along: this means 3.9.0 is complete, but it will > take a few days to get the tarballs ready and uploaded to the web > page. I will send the release announcement once everything's done. > > Many thanks for your hard work! > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers