Yvan Roux via llvm-dev
2021-Mar-15 10:51 UTC
[llvm-dev] [Release-testers] [cfe-dev] LLVM 12.0.0-rc3 has been tagged
Hi I've uploaded ARM, AArch64 and windowas ARM binaries, md5sum and sizd are: 01f2341a7e8dda78c103f3d10e8e75aa 367M clang+llvm-12.0.0-rc3-aarch64-linux-gnu.tar.xz 307aa082f8c6a82f7a6d2fae98033228 338M clang+llvm-12.0.0-rc3-armv7a-linux-gnueabihf.tar.xz ed661243fb8b803d701993513f4d9af1 162M LLVM-12.0.0-rc3-woa64.exe AArch64 are ok ARM still has LLD cfi cross-dso failures Windows binaires were built by Maxim Kuvyrkov: This build has https://reviews.llvm.org/D98493 applied on top to fix linker selection problem reported on linaro-toolchain at . Without the patch clang tries to use MSVC link.exe, which is a x86_64 binary, which can't be run on WoA64 (only x86 emulation is supported at the moment). With this patch and -DCLANG_DEFAULT_LINKER=lld, clang uses LLD by default. On Mon, 15 Mar 2021 at 09:36, Hans Wennborg via Release-testers < release-testers at lists.llvm.org> wrote:> fwiw I uploaded mine to /data/testers-uploads/ > > On Mon, Mar 15, 2021 at 4:08 AM Brian Cain via cfe-dev > <cfe-dev at lists.llvm.org> wrote: > > > > Attempted upload of Ubuntu 16.04 (below), but it too ran out of space. > Maybe I'm copying to the wrong remote path? Dimitry, how did you get your > upload to work? > > > > e96a6402cc139323d64e20570c63b7e8c5d442e7338a1cae6c3234db06431883 > clang+llvm-12.0.0-rc3-x86_64-linux-gnu-ubuntu-16.04.tar.xz > > > > On Thu, Mar 11, 2021 at 11:23 PM Brian Cain <brian.cain at gmail.com> > wrote: > >> > >> Uploaded SLES12 but I did encounter the same ENOSPC that others have > reported. > >> > >> $ cat clang+llvm-12.0.0-rc3-x86_64-linux-sles12.4.tar.xz.sha256 > >> dc498c1caabc57ae94b191fbcb887d7a557279f3eecb2206dbdd3ede5793dc98 > clang+llvm-12.0.0-rc3-x86_64-linux-sles12.4.tar.xz > >> > >> On Thu, Mar 11, 2021 at 4:27 PM Brian Cain <brian.cain at gmail.com> > wrote: > >>> > >>> lit tests require python 3.6 now but CMake nor test-release.sh screen > for this. It's definitely a nice-to-have, though. > >>> > >>> Older platforms like SLES12 and Ubuntu Xenial don't have a native > 3.6. I'll add a local python build to get the test suite going. > >>> > >>> Apologies -- I realize it's not as helpful for me to offer feedback > this late in the release cycle. > >>> > >>> On Wed, Mar 10, 2021 at 9:11 AM Tom Stellard via Release-testers < > release-testers at lists.llvm.org> wrote: > >>>> > >>>> Hi, > >>>> > >>>> I've tagged LLVM 12.0.0-rc3. Testers may begin testing and uploading > binaries. > >>>> If all goes well, this will be the last RC. > >>>> > >>>> -Tom > >>>> > >>>> _______________________________________________ > >>>> Release-testers mailing list > >>>> Release-testers at lists.llvm.org > >>>> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers > >>> > >>> > >>> > >>> -- > >>> -Brian > >> > >> > >> > >> -- > >> -Brian > > > > > > > > -- > > -Brian > > _______________________________________________ > > cfe-dev mailing list > > cfe-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://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/20210315/3c5ce303/attachment.html>
Albion Fung via llvm-dev
2021-Mar-15 18:32 UTC
[llvm-dev] [Release-testers] [cfe-dev] LLVM 12.0.0-rc3 has been tagged
Hello, PowerPC 8 binaries: Ubuntu SHA1: 4a7f656e89a77f1a03a36a5979091529017ebd83 RHEL SHA1: a449b02d8713ca0b71e830830128c983b6c33d21 Albion On Mon, 15 Mar 2021 at 06:51, Yvan Roux via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi > > I've uploaded ARM, AArch64 and windowas ARM binaries, md5sum and sizd are: > 01f2341a7e8dda78c103f3d10e8e75aa 367M > clang+llvm-12.0.0-rc3-aarch64-linux-gnu.tar.xz > 307aa082f8c6a82f7a6d2fae98033228 338M > clang+llvm-12.0.0-rc3-armv7a-linux-gnueabihf.tar.xz > ed661243fb8b803d701993513f4d9af1 162M LLVM-12.0.0-rc3-woa64.exe > > AArch64 are ok > ARM still has LLD cfi cross-dso failures > > Windows binaires were built by Maxim Kuvyrkov: > This build has https://reviews.llvm.org/D98493 applied on top to fix > linker selection problem reported on > linaro-toolchain at . Without the patch clang tries to use MSVC link.exe, > which is a x86_64 binary, which > can't be run on WoA64 (only x86 emulation is supported at the moment). > With this patch and -DCLANG_DEFAULT_LINKER=lld, clang uses LLD by default. > > > > > On Mon, 15 Mar 2021 at 09:36, Hans Wennborg via Release-testers < > release-testers at lists.llvm.org> wrote: > >> fwiw I uploaded mine to /data/testers-uploads/ >> >> On Mon, Mar 15, 2021 at 4:08 AM Brian Cain via cfe-dev >> <cfe-dev at lists.llvm.org> wrote: >> > >> > Attempted upload of Ubuntu 16.04 (below), but it too ran out of space. >> Maybe I'm copying to the wrong remote path? Dimitry, how did you get your >> upload to work? >> > >> > e96a6402cc139323d64e20570c63b7e8c5d442e7338a1cae6c3234db06431883 >> clang+llvm-12.0.0-rc3-x86_64-linux-gnu-ubuntu-16.04.tar.xz >> > >> > On Thu, Mar 11, 2021 at 11:23 PM Brian Cain <brian.cain at gmail.com> >> wrote: >> >> >> >> Uploaded SLES12 but I did encounter the same ENOSPC that others have >> reported. >> >> >> >> $ cat clang+llvm-12.0.0-rc3-x86_64-linux-sles12.4.tar.xz.sha256 >> >> dc498c1caabc57ae94b191fbcb887d7a557279f3eecb2206dbdd3ede5793dc98 >> clang+llvm-12.0.0-rc3-x86_64-linux-sles12.4.tar.xz >> >> >> >> On Thu, Mar 11, 2021 at 4:27 PM Brian Cain <brian.cain at gmail.com> >> wrote: >> >>> >> >>> lit tests require python 3.6 now but CMake nor test-release.sh screen >> for this. It's definitely a nice-to-have, though. >> >>> >> >>> Older platforms like SLES12 and Ubuntu Xenial don't have a native >> 3.6. I'll add a local python build to get the test suite going. >> >>> >> >>> Apologies -- I realize it's not as helpful for me to offer feedback >> this late in the release cycle. >> >>> >> >>> On Wed, Mar 10, 2021 at 9:11 AM Tom Stellard via Release-testers < >> release-testers at lists.llvm.org> wrote: >> >>>> >> >>>> Hi, >> >>>> >> >>>> I've tagged LLVM 12.0.0-rc3. Testers may begin testing and >> uploading binaries. >> >>>> If all goes well, this will be the last RC. >> >>>> >> >>>> -Tom >> >>>> >> >>>> _______________________________________________ >> >>>> Release-testers mailing list >> >>>> Release-testers at lists.llvm.org >> >>>> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >> >>> >> >>> >> >>> >> >>> -- >> >>> -Brian >> >> >> >> >> >> >> >> -- >> >> -Brian >> > >> > >> > >> > -- >> > -Brian >> > _______________________________________________ >> > cfe-dev mailing list >> > cfe-dev at lists.llvm.org >> > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >> > _______________________________________________ > 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/20210315/90b5bed1/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: clang+llvm-12.0.0-rc3-powerpc64le-linux-ubuntu-18.04.sha1 Type: application/octet-stream Size: 102 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210315/90b5bed1/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: clang+llvm-12.0.0-rc3-powerpc64le-linux-rhel-7.4.sha1 Type: application/octet-stream Size: 98 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210315/90b5bed1/attachment-0001.obj>