Hi, I've tagged 13.0.0-final. Testers please upload your binaries. -Tom
From the second half of the run. 231966:make[2]: *** [tools/flang/lib/Evaluate/CMakeFiles/obj.FortranEvaluate.dir/build.make:108: tools/flang/lib/Evaluate/CMakeFiles/obj.FortranEvaluate.dir/check-expression.cpp.o] Error 137 231977:make[2]: *** [tools/flang/lib/Semantics/CMakeFiles/obj.FortranSemantics.dir/build.make:264: tools/flang/lib/Semantics/CMakeFiles/obj.FortranSemantics.dir/check-do-forall.cpp.o] Error 137 From the first half of the run. Failed Tests (15): MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.fstatat MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.stat MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.fstatat MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.stat MemorySanitizer-X86_64 :: fstat.cpp MemorySanitizer-lld-X86_64 :: fstat.cpp Profile-x86_64 :: Linux/binary-id.c SanitizerCommon-asan-i386-Linux :: Linux/crypt_r.cpp SanitizerCommon-asan-i386-Linux :: Posix/crypt.cpp SanitizerCommon-lsan-i386-Linux :: Linux/crypt_r.cpp SanitizerCommon-lsan-i386-Linux :: Posix/crypt.cpp SanitizerCommon-msan-x86_64-Linux :: Posix/lstat.cpp SanitizerCommon-ubsan-i386-Linux :: Linux/crypt_r.cpp SanitizerCommon-ubsan-i386-Linux :: Posix/crypt.cpp lldb-api :: tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py Neil Nelson On 10/4/21 9:10 AM, Tom Stellard via llvm-dev wrote:> Hi, > > I've tagged 13.0.0-final. Testers please upload your binaries. > > -Tom > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Albion Fung via llvm-dev
2021-Oct-05 06:18 UTC
[llvm-dev] [Release-testers] 13.0.0-final has been tagged
Hi, New final binaries for PowerPC 13.0.0: 3336c2cebd7d9cb67c09fd84a11fa3a8b5f3e532 clang+llvm-13.0.0-powerpc64le-linux-rhel-7.9.tar.xz 8aeaec6d9c54f3101cd48bd442f1d642391a3407 clang+llvm-13.0.0-powerpc64le-linux-ubuntu-18.04.tar.xz Thanks, Albion On Mon, 4 Oct 2021 at 11:10, Tom Stellard via Release-testers < release-testers at lists.llvm.org> wrote:> Hi, > > I've tagged 13.0.0-final. Testers please upload your binaries. > > -Tom > > _______________________________________________ > 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/20211005/db9e023e/attachment.html>
Brian Cain via llvm-dev
2021-Oct-06 21:39 UTC
[llvm-dev] [Release-testers] 13.0.0-final has been tagged
Uploaded ubuntu 16 and 20: $ cat clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz.sha256 76d0bf002ede7a893f69d9ad2c4e101d15a8f4186fbfe24e74856c8449acd7c1 ./clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz $ cat clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz.sha256 2c2fb857af97f41a5032e9ecadf7f78d3eff389a5cd3c9ec620d24f134ceb3c8 clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz On Mon, Oct 4, 2021 at 10:10 AM Tom Stellard via Release-testers < release-testers at lists.llvm.org> wrote:> Hi, > > I've tagged 13.0.0-final. Testers please upload your binaries. > > -Tom > > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >-- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211006/42487355/attachment.html>
Dimitry Andric via llvm-dev
2021-Oct-07 07:49 UTC
[llvm-dev] [Release-testers] 13.0.0-final has been tagged
On 4 Oct 2021, at 17:10, Tom Stellard via Release-testers <release-testers at lists.llvm.org> wrote:> I've tagged 13.0.0-final. Testers please upload your binaries.For 13.0.0 final, have built and tested on both FreeBSD 12 and 13. No additional patches were needed, as they were merged. For the 32-builds I used -no-flang, as flang is currently not 32-bit clean, and I do not expect it will ever be. (Also, these builds consume a huge amount of RAM, making native compilation likely impossible.) Main results on amd64-freebsd12: Skipped : 3 (rc4: 3) Unsupported : 6353 (rc4: 6353) Passed : 91836 (rc4: 91830) Expectedly Failed : 320 (rc4: 320) Failed : 294 (rc4: 300) Unexpectedly Passed: 2 (rc4: 2) Test suite results on amd64-freebsd12: Passed: 2419 (rc4: 2419) Failed: 3 (rc4: 3) Main results on amd64-freebsd13: Skipped : 3 (rc4: 3) Unsupported : 6352 (rc4: 6352) Passed : 91841 (rc4: 91794) Passed With Retry : 1 (rc4: 0) Expectedly Failed : 320 (rc4: 320) Failed : 1 (rc4: 337) Timed Out : 324 (rc4: 0) Unexpectedly Passed: 2 (rc4: 2) Test suite results on amd64-freebsd13: Passed: 2419 (rc4: 2419) Failed: 3 (rc4: 3) Main results on i386-freebsd12: Skipped : 3 (rc4: 3) Unsupported : 4738 (rc4: 4738) Passed : 0 (rc4: 87555) Passed With Retry : 87556 (rc4: 1) Expectedly Failed : 295 (rc4: 295) Failed : 198 (rc4: 198) Unexpectedly Passed: 1 (rc4: 1) Main results on i386-freebsd13: Skipped : 3 (rc4: 3) Unsupported : 4738 (rc4: 4738) Passed : 87554 (rc4: 87553) Passed With Retry : 0 (rc4: 1) Expectedly Failed : 295 (rc4: 295) Failed : 200 (rc4: 200) Unexpectedly Passed: 1 (rc4: 1) Uploaded: SHA256 (clang+llvm-13.0.0-amd64-unknown-freebsd12.tar.xz) = e579747a36ff78aa0a5533fe43bc1ed1f8ed449c9bfec43c358d953ffbbdcf76 SHA256 (clang+llvm-13.0.0-amd64-unknown-freebsd13.tar.xz) = c4f15e156afaa530eb47ba13c46800275102af535ed48e395aed4c1decc1eaa1 SHA256 (clang+llvm-13.0.0-i386-unknown-freebsd12.tar.xz) = 4d14b19c082438a5ceed61e538e5a0298018b1773e8ba2e990f3fbe33492f48f SHA256 (clang+llvm-13.0.0-i386-unknown-freebsd13.tar.xz) = f8e105c6ac2fd517ae5ed8ef9b9bab4b015fe89a06c90c3dd5d5c7933dca2276 -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 223 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211007/58e7a41c/attachment.sig>