It's my great pleasure to announce that LLVM 9 is now available. Get it here: https://llvm.org/releases/download.html#9.0.0 This release is the result of the LLVM community's work over the past six months (up to trunk r366426 plus commits on the branch). Some highlights include: - Support for asm goto, enabling for example the mainline Linux kernel for x86_64 to build with Clang - The RISCV-V target is no longer experimental, but built by default - Experimental support for C++ for OpenCL as well as many bug fixes, optimizations, and diagnostics improvements. For more details, see the release notes: https://llvm.org/releases/9.0.0/docs/ReleaseNotes.html https://llvm.org/releases/9.0.0/tools/clang/docs/ReleaseNotes.html https://llvm.org/releases/9.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://llvm.org/releases/9.0.0/tools/lld/docs/ReleaseNotes.html https://llvm.org/releases/9.0.0/projects/libcxx/docs/ReleaseNotes.html Special thanks to the release testers and packagers: Amy Kwan, Andrew Kelley, Bernhard Rosenkraenzer, Brian Cain, Diana Picus, Dimitry Andric, Jonas Hahnfeld, Khem Raj, Michał Górny, Neil Nelson, Nick Desaulniers, Sylvestre Ledru, and Victor Huang. Without your work, this would not be possible. For questions or comments about the release, please contact the community on the mailing lists. Onwards to LLVM 10! Thanks, Hans
On Thu, 2019-09-19 at 19:47 +0200, Hans Wennborg via llvm-dev wrote:> It's my great pleasure to announce that LLVM 9 is now > available. > > Get it here: https://llvm.org/releases/download.html#9.0.0Will it be possible to canonicalize the download links on this page? Some of them use the 'releases.llvm.org' while others are on GitHub. There does not appear to be any pattern to it. ZV
On Thu, Sep 19, 2019 at 7:56 PM Zach van Rijn <me at zv.io> wrote:> > On Thu, 2019-09-19 at 19:47 +0200, Hans Wennborg via llvm-dev > wrote: > > It's my great pleasure to announce that LLVM 9 is now > > available. > > > > Get it here: https://llvm.org/releases/download.html#9.0.0 > > Will it be possible to canonicalize the download links on this > page? Some of them use the 'releases.llvm.org' while others are > on GitHub. There does not appear to be any pattern to it.I believe Tom used GitHub for some of the recent x.0.1 releases. Eventually they will probably all end up there.
On 09/19/2019 10:56 AM, Zach van Rijn via llvm-dev wrote:> On Thu, 2019-09-19 at 19:47 +0200, Hans Wennborg via llvm-dev > wrote: >> It's my great pleasure to announce that LLVM 9 is now >> available. >> >> Get it here: https://llvm.org/releases/download.html#9.0.0 > > Will it be possible to canonicalize the download links on this > page? Some of them use the 'releases.llvm.org' while others are > on GitHub. There does not appear to be any pattern to it. >We did 7.1.0. and 8.0.1 releases on GitHub as a test, since this is where we'll be hosting the binaries once SVN is retired. Why do you need canonical download links? -Tom> > ZV > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >