Ubuntu 16: a2a2768b04e1d561e6f9a1a2d525eda7aae18624 clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz On Thu, Sep 20, 2018 at 7:12 PM Brian Cain <brian.cain at gmail.com> wrote:> Uploaded ubuntu 14: > > dec5ca53043c80c1c6e90c0473df84f0182d80af > clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz > > > On Wed, Sep 19, 2018 at 12:58 PM Brian Cain <brian.cain at gmail.com> wrote: > >> Alex, >> >> I have built ubuntu binaries for the last couple of releases. I >> apologize -- I haven't built those new binaries yet, I only have uploaded >> the SLES ones. >> >> I have an ubuntu 14 tarball that I'll upload today. I will work on >> getting ubuntu 16 or 17 next. The dpkg/APT repos might be a good >> substitute, though. >> >> Hans, apologies -- I should've asked to hold the 7.0.0 release for those >> ubuntu tarballs, I suppose they're one of the more popular downloads. >> >> On Wed, Sep 19, 2018 at 11:25 AM Alex Denisov via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>> Hi Hans, >>> >>> Thanks a lot for the effort. >>> I'm curious if binaries for other systems will appear there (Ubuntu, >>> macOS)? >>> >>> Also, more general question: >>> I see that different releases have different sets of pre-built binaries, >>> so I'm curious what are the reasons behind? >>> >>> Cheers, >>> Alex. >>> >>> > On 19. Sep 2018, at 13:41, Hans Wennborg via lldb-dev < >>> lldb-dev at lists.llvm.org> wrote: >>> > >>> > I am pleased to announce that LLVM 7 is now available. >>> > >>> > Get it here: https://llvm.org/releases/download.html#7.0.0 >>> > >>> > The release contains the work on trunk up to SVN revision 338536 plus >>> > work on the release branch. It is the result of the community's work >>> > over the past six months, including: function multiversioning in Clang >>> > with the 'target' attribute for ELF-based x86/x86_64 targets, improved >>> > PCH support in clang-cl, preliminary DWARF v5 support, basic support >>> > for OpenMP 4.5 offloading to NVPTX, OpenCL C++ support, MSan, X-Ray >>> > and libFuzzer support for FreeBSD, early UBSan, X-Ray and libFuzzer >>> > support for OpenBSD, UBSan checks for implicit conversions, many >>> > long-tail compatibility issues fixed in lld which is now production >>> > ready for ELF, COFF and MinGW, new tools llvm-exegesis, llvm-mca and >>> > diagtool. And as usual, many optimizations, improved diagnostics, and >>> > bug fixes. >>> > >>> > For more details, see the release notes: >>> > https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html >>> > https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html >>> > >>> https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html >>> > https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html >>> > >>> > Thanks to everyone who helped with filing, fixing, and code reviewing >>> > for the release-blocking bugs! >>> > >>> > Special thanks to the release testers and packagers: Bero >>> > Rosenkränzer, Brian Cain, Dimitry Andric, Jonas Hahnfeld, Lei Huang >>> > Michał Górny, Sylvestre Ledru, Takumi Nakamura, and Vedant Kumar. >>> > >>> > For questions or comments about the release, please contact the >>> > community on the mailing lists. Onwards to LLVM 8! >>> > >>> > Cheers, >>> > Hans >>> > _______________________________________________ >>> > lldb-dev mailing list >>> > lldb-dev at lists.llvm.org >>> > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> llvm-dev at lists.llvm.org >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>> >> >> >> -- >> -Brian >> > > > -- > -Brian >-- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180921/7338c517/attachment.html>
Thanks! I've added these to the release page, but it can take an hour or so before it shows up because of the CDN cache. On Fri, Sep 21, 2018 at 7:16 PM, Brian Cain <brian.cain at gmail.com> wrote:> Ubuntu 16: > > a2a2768b04e1d561e6f9a1a2d525eda7aae18624 > clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz > > > On Thu, Sep 20, 2018 at 7:12 PM Brian Cain <brian.cain at gmail.com> wrote: >> >> Uploaded ubuntu 14: >> >> dec5ca53043c80c1c6e90c0473df84f0182d80af >> clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz >> >> >> On Wed, Sep 19, 2018 at 12:58 PM Brian Cain <brian.cain at gmail.com> wrote: >>> >>> Alex, >>> >>> I have built ubuntu binaries for the last couple of releases. I >>> apologize -- I haven't built those new binaries yet, I only have uploaded >>> the SLES ones. >>> >>> I have an ubuntu 14 tarball that I'll upload today. I will work on >>> getting ubuntu 16 or 17 next. The dpkg/APT repos might be a good >>> substitute, though. >>> >>> Hans, apologies -- I should've asked to hold the 7.0.0 release for those >>> ubuntu tarballs, I suppose they're one of the more popular downloads. >>> >>> On Wed, Sep 19, 2018 at 11:25 AM Alex Denisov via llvm-dev >>> <llvm-dev at lists.llvm.org> wrote: >>>> >>>> Hi Hans, >>>> >>>> Thanks a lot for the effort. >>>> I'm curious if binaries for other systems will appear there (Ubuntu, >>>> macOS)? >>>> >>>> Also, more general question: >>>> I see that different releases have different sets of pre-built binaries, >>>> so I'm curious what are the reasons behind? >>>> >>>> Cheers, >>>> Alex. >>>> >>>> > On 19. Sep 2018, at 13:41, Hans Wennborg via lldb-dev >>>> > <lldb-dev at lists.llvm.org> wrote: >>>> > >>>> > I am pleased to announce that LLVM 7 is now available. >>>> > >>>> > Get it here: https://llvm.org/releases/download.html#7.0.0 >>>> > >>>> > The release contains the work on trunk up to SVN revision 338536 plus >>>> > work on the release branch. It is the result of the community's work >>>> > over the past six months, including: function multiversioning in Clang >>>> > with the 'target' attribute for ELF-based x86/x86_64 targets, improved >>>> > PCH support in clang-cl, preliminary DWARF v5 support, basic support >>>> > for OpenMP 4.5 offloading to NVPTX, OpenCL C++ support, MSan, X-Ray >>>> > and libFuzzer support for FreeBSD, early UBSan, X-Ray and libFuzzer >>>> > support for OpenBSD, UBSan checks for implicit conversions, many >>>> > long-tail compatibility issues fixed in lld which is now production >>>> > ready for ELF, COFF and MinGW, new tools llvm-exegesis, llvm-mca and >>>> > diagtool. And as usual, many optimizations, improved diagnostics, and >>>> > bug fixes. >>>> > >>>> > For more details, see the release notes: >>>> > https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html >>>> > https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html >>>> > >>>> > https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html >>>> > https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html >>>> > >>>> > Thanks to everyone who helped with filing, fixing, and code reviewing >>>> > for the release-blocking bugs! >>>> > >>>> > Special thanks to the release testers and packagers: Bero >>>> > Rosenkränzer, Brian Cain, Dimitry Andric, Jonas Hahnfeld, Lei Huang >>>> > Michał Górny, Sylvestre Ledru, Takumi Nakamura, and Vedant Kumar. >>>> > >>>> > For questions or comments about the release, please contact the >>>> > community on the mailing lists. Onwards to LLVM 8! >>>> > >>>> > Cheers, >>>> > Hans >>>> > _______________________________________________ >>>> > lldb-dev mailing list >>>> > lldb-dev at lists.llvm.org >>>> > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev >>>> >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> llvm-dev at lists.llvm.org >>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>> >>> >>> >>> -- >>> -Brian >> >> >> >> -- >> -Brian > > > > -- > -Brian
Hi Hans, we have uploaded tarballs for ARM and AArch64 targets: a20ea3fe482e754a61ccb37c67456ad1 clang+llvm-6.0.1-aarch64-linux-gnu.tar.xz f37b132c3dfb3b776524980be5af3a76 clang+llvm-6.0.1-armv7a-linux-gnueabihf.tar.xz and 47a9a9bb02d41581e6804b98918188f6 clang+llvm-7.0.0-aarch64-linux-gnu.tar.xz e639d8f5dc58be5cf44d017fd5eefd6c clang+llvm-7.0.0-armv7a-linux-gnueabihf.tar.xz Yvan On Mon, 24 Sep 2018 at 11:15, Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Thanks! I've added these to the release page, but it can take an hour > or so before it shows up because of the CDN cache. > > On Fri, Sep 21, 2018 at 7:16 PM, Brian Cain <brian.cain at gmail.com> wrote: > > Ubuntu 16: > > > > a2a2768b04e1d561e6f9a1a2d525eda7aae18624 > > clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz > > > > > > On Thu, Sep 20, 2018 at 7:12 PM Brian Cain <brian.cain at gmail.com> wrote: > >> > >> Uploaded ubuntu 14: > >> > >> dec5ca53043c80c1c6e90c0473df84f0182d80af > >> clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz > >> > >> > >> On Wed, Sep 19, 2018 at 12:58 PM Brian Cain <brian.cain at gmail.com> wrote: > >>> > >>> Alex, > >>> > >>> I have built ubuntu binaries for the last couple of releases. I > >>> apologize -- I haven't built those new binaries yet, I only have uploaded > >>> the SLES ones. > >>> > >>> I have an ubuntu 14 tarball that I'll upload today. I will work on > >>> getting ubuntu 16 or 17 next. The dpkg/APT repos might be a good > >>> substitute, though. > >>> > >>> Hans, apologies -- I should've asked to hold the 7.0.0 release for those > >>> ubuntu tarballs, I suppose they're one of the more popular downloads. > >>> > >>> On Wed, Sep 19, 2018 at 11:25 AM Alex Denisov via llvm-dev > >>> <llvm-dev at lists.llvm.org> wrote: > >>>> > >>>> Hi Hans, > >>>> > >>>> Thanks a lot for the effort. > >>>> I'm curious if binaries for other systems will appear there (Ubuntu, > >>>> macOS)? > >>>> > >>>> Also, more general question: > >>>> I see that different releases have different sets of pre-built binaries, > >>>> so I'm curious what are the reasons behind? > >>>> > >>>> Cheers, > >>>> Alex. > >>>> > >>>> > On 19. Sep 2018, at 13:41, Hans Wennborg via lldb-dev > >>>> > <lldb-dev at lists.llvm.org> wrote: > >>>> > > >>>> > I am pleased to announce that LLVM 7 is now available. > >>>> > > >>>> > Get it here: https://llvm.org/releases/download.html#7.0.0 > >>>> > > >>>> > The release contains the work on trunk up to SVN revision 338536 plus > >>>> > work on the release branch. It is the result of the community's work > >>>> > over the past six months, including: function multiversioning in Clang > >>>> > with the 'target' attribute for ELF-based x86/x86_64 targets, improved > >>>> > PCH support in clang-cl, preliminary DWARF v5 support, basic support > >>>> > for OpenMP 4.5 offloading to NVPTX, OpenCL C++ support, MSan, X-Ray > >>>> > and libFuzzer support for FreeBSD, early UBSan, X-Ray and libFuzzer > >>>> > support for OpenBSD, UBSan checks for implicit conversions, many > >>>> > long-tail compatibility issues fixed in lld which is now production > >>>> > ready for ELF, COFF and MinGW, new tools llvm-exegesis, llvm-mca and > >>>> > diagtool. And as usual, many optimizations, improved diagnostics, and > >>>> > bug fixes. > >>>> > > >>>> > For more details, see the release notes: > >>>> > https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html > >>>> > https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html > >>>> > > >>>> > https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html > >>>> > https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html > >>>> > > >>>> > Thanks to everyone who helped with filing, fixing, and code reviewing > >>>> > for the release-blocking bugs! > >>>> > > >>>> > Special thanks to the release testers and packagers: Bero > >>>> > Rosenkränzer, Brian Cain, Dimitry Andric, Jonas Hahnfeld, Lei Huang > >>>> > Michał Górny, Sylvestre Ledru, Takumi Nakamura, and Vedant Kumar. > >>>> > > >>>> > For questions or comments about the release, please contact the > >>>> > community on the mailing lists. Onwards to LLVM 8! > >>>> > > >>>> > Cheers, > >>>> > Hans > >>>> > _______________________________________________ > >>>> > lldb-dev mailing list > >>>> > lldb-dev at lists.llvm.org > >>>> > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev > >>>> > >>>> _______________________________________________ > >>>> LLVM Developers mailing list > >>>> llvm-dev at lists.llvm.org > >>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >>> > >>> > >>> > >>> -- > >>> -Brian > >> > >> > >> > >> -- > >> -Brian > > > > > > > > -- > > -Brian > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev