Hans Wennborg via llvm-dev
2016-Aug-26 21:29 UTC
[llvm-dev] [3.9 Release] Release Candidate 3 source and binaries available
We're very very close to the final release. Source and binaries for LLVM-3.9.0-rc3 are available at http://llvm.org/pre-releases/3.9.0/#rc3 This release candidate is almost the same as rc2, with the following additional commits: r279224 - Minor change to OpenCL release notes r279260 - [lld] Add a note that 3.9 is a major milestone for us r279468, r279474 - Fix gather-root.ll SLP vectorizer test to not expose UB r279476 - [lld] Add R_386_TLS_LE as a relocation having an implicit addend. r279471 - [msan] Disable prlimit test on glibc < 2.13 r279477 - [CloneFunction] Don't remove unrelated nodes from the CGSSC r279647 - [SCCP] Don't delete side-effecting instructions We're a little bit behind schedule and there is still an open release blocker in the Bugzilla, but I'm hopeful that we can wrap up the release next week. Thanks, Hans
Vasileios Kalintiris via llvm-dev
2016-Aug-28 00:16 UTC
[llvm-dev] [Release-testers] [3.9 Release] Release Candidate 3 source and binaries available
I've uploaded the following binaries for x86_64 and MIPS/MIPSEL too: 502e2d015ed9aa6fd2fced1fc45ffb4d97c720cc clang+llvm-3.9.0-rc3-mipsel-linux-gnu.tar.xz bc2dd5c96a094a43dd8033fdbb4fc0e4bff2d6c7 clang+llvm-3.9.0-rc3-mips-linux-gnu.tar.xz 084770c3480505e103764e9a4d8bcf65ab0debcf clang+llvm-3.9.0-rc3-x86_64-linux-gnu-debian8.tar.xz No regressions and no new test failures since 3.9.0-rc2. ________________________________________ 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: 26 August 2016 22:29 To: llvm-dev; cfe-dev; LLDB Dev; openmp-dev (openmp-dev at lists.llvm.org) Cc: Release-testers Subject: [Release-testers] [3.9 Release] Release Candidate 3 source and binaries available We're very very close to the final release. Source and binaries for LLVM-3.9.0-rc3 are available at http://llvm.org/pre-releases/3.9.0/#rc3 This release candidate is almost the same as rc2, with the following additional commits: r279224 - Minor change to OpenCL release notes r279260 - [lld] Add a note that 3.9 is a major milestone for us r279468, r279474 - Fix gather-root.ll SLP vectorizer test to not expose UB r279476 - [lld] Add R_386_TLS_LE as a relocation having an implicit addend. r279471 - [msan] Disable prlimit test on glibc < 2.13 r279477 - [CloneFunction] Don't remove unrelated nodes from the CGSSC r279647 - [SCCP] Don't delete side-effecting instructions We're a little bit behind schedule and there is still an open release blocker in the Bugzilla, but I'm hopeful that we can wrap up the release next week. Thanks, Hans _______________________________________________ Release-testers mailing list Release-testers at lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Ed Schouten via llvm-dev
2016-Aug-29 12:49 UTC
[llvm-dev] [3.9 Release] Release Candidate 3 source and binaries available
Hi Hans, 2016-08-26 23:29 GMT+02:00 Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org>:> We're very very close to the final release. Source and binaries for > LLVM-3.9.0-rc3 are available at > http://llvm.org/pre-releases/3.9.0/#rc3Nice. Thanks for pushing this forward. The other day I tested LLVM, Clang, LLD, libcxx, libcxxabi, libunwind and compiler-rt 3.9.0rc3 for CloudABI and all looks good for me now. Binaries work well on all supported architectures (triples {aarch64,i686,x86_64}-unknown-cloudabi). I'm glad to finally be in a state where I can use a completely unpatched toolchain. Best regards, -- Ed Schouten <ed at nuxi.nl> Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717
Hans Wennborg via llvm-dev
2016-Aug-29 16:48 UTC
[llvm-dev] [Release-testers] [3.9 Release] Release Candidate 3 source and binaries available
Thanks! I've added the binaries to the page. On Sat, Aug 27, 2016 at 5:16 PM, Vasileios Kalintiris <Vasileios.Kalintiris at imgtec.com> wrote:> I've uploaded the following binaries for x86_64 and MIPS/MIPSEL too: > > 502e2d015ed9aa6fd2fced1fc45ffb4d97c720cc clang+llvm-3.9.0-rc3-mipsel-linux-gnu.tar.xz > bc2dd5c96a094a43dd8033fdbb4fc0e4bff2d6c7 clang+llvm-3.9.0-rc3-mips-linux-gnu.tar.xz > 084770c3480505e103764e9a4d8bcf65ab0debcf clang+llvm-3.9.0-rc3-x86_64-linux-gnu-debian8.tar.xz > > No regressions and no new test failures since 3.9.0-rc2. > > ________________________________________ > 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: 26 August 2016 22:29 > To: llvm-dev; cfe-dev; LLDB Dev; openmp-dev (openmp-dev at lists.llvm.org) > Cc: Release-testers > Subject: [Release-testers] [3.9 Release] Release Candidate 3 source and binaries available > > We're very very close to the final release. Source and binaries for > LLVM-3.9.0-rc3 are available at > http://llvm.org/pre-releases/3.9.0/#rc3 > > This release candidate is almost the same as rc2, with the following > additional commits: > > r279224 - Minor change to OpenCL release notes > r279260 - [lld] Add a note that 3.9 is a major milestone for us > r279468, r279474 - Fix gather-root.ll SLP vectorizer test to not expose UB > r279476 - [lld] Add R_386_TLS_LE as a relocation having an implicit addend. > r279471 - [msan] Disable prlimit test on glibc < 2.13 > r279477 - [CloneFunction] Don't remove unrelated nodes from the CGSSC > r279647 - [SCCP] Don't delete side-effecting instructions > > We're a little bit behind schedule and there is still an open release > blocker in the Bugzilla, but I'm hopeful that we can wrap up the > release next week. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers