Tom Stellard via llvm-dev
2021-Jan-06 03:21 UTC
[llvm-dev] LLVM 11.0.1-final has been tagged
Hi, I've tagged LLVM 11.0.1-final. Testers can upload the final binaries now. -Tom
Neil Nelson via llvm-dev
2021-Jan-06 08:02 UTC
[llvm-dev] LLVM 11.0.1-final has been tagged
Ubuntu 20.10 uploaded. sha256sum clang+llvm-11.0.1-x86_64-linux-gnu-ubuntu-20.10.tar.xz b60f68581182ace5f7d4a72e5cce61c01adc88050acb72b2070ad298c25071bc FAIL: SanitizerCommon-Unit :: ./Sanitizer-x86_64-Test/SanitizerLinux.ThreadDescriptorSize (66433 of 71984) ******************** TEST 'SanitizerCommon-Unit :: ./Sanitizer-x86_64-Test/SanitizerLinux.ThreadDescriptorSize' FAILED ******************** Note: Google Test filter = SanitizerLinux.ThreadDescriptorSize [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from SanitizerLinux [ RUN ] SanitizerLinux.ThreadDescriptorSize /home/nnelson/Documents/llvm-project/llvm/utils/release/final/llvm-project/compiler-rt/lib/sanitizer_common/tests/sanitizer_linux_test.cpp:222: Failure Expected: (uptr)result Which is: 2496 To be equal to: ThreadDescriptorSize() Which is: 2304 [ FAILED ] SanitizerLinux.ThreadDescriptorSize (0 ms) [----------] 1 test from SanitizerLinux (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (0 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] SanitizerLinux.ThreadDescriptorSize 1 FAILED TEST ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (1): SanitizerCommon-Unit :: ./Sanitizer-x86_64-Test/SanitizerLinux.ThreadDescriptorSize Testing Time: 376.67s Unsupported : 1766 Passed : 69968 Expectedly Failed: 249 Failed : 1 Same as prior bug 48567 Test suite processing /home/nnelson/Documents/llvm-project/llvm/utils/release/final/llvm-test-suite/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/memstats.c:60:10: fatal error: 'sys/sysctl.h' file not found #include <sys/sysctl.h> ^~~~~~~~~~~~~~ 1 error generated. make[2]: *** [MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/CMakeFiles/CLAMR.dir/build.make:362: MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/CMakeFiles/CLAMR.dir/memstats.c.o] Error 1 tail of processing log [ 36%] Built target tramp3d-v4 make[1]: Leaving directory '/home/nnelson/Documents/llvm-project/llvm/utils/release/final/test-suite-build' Same as prior bug 48568 Neil Nelson On 1/5/21 8:21 PM, Tom Stellard via llvm-dev wrote:> Hi, > > I've tagged LLVM 11.0.1-final. Testers can upload the final binaries > now. > > -Tom > > _______________________________________________ > 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/20210106/12a48dbf/attachment.html>
Serge Guelton via llvm-dev
2021-Jan-06 09:45 UTC
[llvm-dev] [cfe-dev] LLVM 11.0.1-final has been tagged
Hi Tom and thanks for the tag, There seems to be an issue with the llvm-test % curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.1/test-suite-11.0.1.src.tar.xz | tar tJ | wc -l 29 Most files are missing :-/ On Wed, Jan 6, 2021 at 4:21 AM Tom Stellard via cfe-dev < cfe-dev at lists.llvm.org> wrote:> Hi, > > I've tagged LLVM 11.0.1-final. Testers can upload the final binaries now. > > -Tom > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210106/adbbd569/attachment.html>
Hans Wennborg via llvm-dev
2021-Jan-06 19:36 UTC
[llvm-dev] [lldb-dev] LLVM 11.0.1-final has been tagged
Windows is ready: $ sha256sum LLVM-11.0.1-win*.exe 76886461d2638ed16625a5e2dee35eae2202814fa9f9d99bd983f12d50f581ae LLVM-11.0.1-win32.exe d17bd0e556115c30ff45e30a3f9a623af89ad6a345a5df3ac47aa8b9eabab9a7 LLVM-11.0.1-win64.exe Built with the attached batch file. On Wed, Jan 6, 2021 at 4:21 AM Tom Stellard via lldb-dev <lldb-dev at lists.llvm.org> wrote:> > Hi, > > I've tagged LLVM 11.0.1-final. Testers can upload the final binaries now. > > -Tom > > _______________________________________________ > lldb-dev mailing list > lldb-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev-------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_1101-final._bat_ Type: application/octet-stream Size: 5031 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210106/3f6321e5/attachment.obj>
Dimitry Andric via llvm-dev
2021-Jan-08 11:04 UTC
[llvm-dev] [Release-testers] LLVM 11.0.1-final has been tagged
On 6 Jan 2021, at 04:21, Tom Stellard via Release-testers <release-testers at lists.llvm.org> wrote:> > I've tagged LLVM 11.0.1-final. Testers can upload the final binaries now.For 11.0.1 release, I have built and tested on both FreeBSD 11 and 12 this time. No additional patches were needed. Main results on amd64-freebsd11: Unsupported : 5122 (11.0.1 rc2: 5122) Passed : 69797 (11.0.1 rc2: 69796) Expectedly Failed : 246 (11.0.1 rc2: 246) Timed Out : 16 (11.0.1 rc2: 16) Failed : 479 (11.0.1 rc2: 480) Unexpectedly Passed: 2 (11.0.1 rc2: 2) Test suite results on amd64-freebsd11: Passed: 2399 (11.0.1 rc2: 2399) Failed: 3 (11.0.1 rc2: 3) Main results on amd64-freebsd12: Unsupported : 5122 (11.0.1 rc2: 5122) Passed : 69794 (11.0.1 rc2: 69793) Expectedly Failed : 246 (11.0.1 rc2: 246) Timed Out : 16 (11.0.1 rc2: 16) Failed : 482 (11.0.1 rc2: 483) Unexpectedly Passed: 2 (11.0.1 rc2: 2) Test suite results on amd64-freebsd12: Passed: 2399 (11.0.1 rc2: 2399) Failed: 3 (11.0.1 rc2: 3) Main results on i386-freebsd11: Unsupported : 3513 (11.0.1 rc2: 3513) Passed : 66675 (11.0.1 rc2: 66675) Expectedly Failed : 231 (11.0.1 rc2: 231) Timed Out : 7 (11.0.1 rc2: 7) Failed : 317 (11.0.1 rc2: 317) Unexpectedly Passed: 1 (11.0.1 rc2: 1) Main results on i386-freebsd12: Unsupported : 3513 (11.0.1 rc2: 3513) Passed : 66670 (11.0.1 rc2: 66670) Expectedly Failed : 231 (11.0.1 rc2: 231) Timed Out : 7 (11.0.1 rc2: 7) Failed : 322 (11.0.1 rc2: 322) Unexpectedly Passed: 1 (11.0.1 rc2: 1) Uploaded: SHA256 (clang+llvm-11.0.1-amd64-unknown-freebsd11.tar.xz) = cd0a6da1825bc7440c5a8dfa22add4ee91953c45aa0e5597ba1a5caf347f807d SHA256 (clang+llvm-11.0.1-amd64-unknown-freebsd12.tar.xz) = 2daa205f87d2b81a281f3883c2102cd69ac017193b19ea30f914b57f904c7c4b SHA256 (clang+llvm-11.0.1-i386-unknown-freebsd11.tar.xz) = e32ad587e800145a7868449b1416e25d05a6ca08c071ecc8173cf9e1b0b7dcdd SHA256 (clang+llvm-11.0.1-i386-unknown-freebsd12.tar.xz) = 46e88ce3a5efef198cade0cf29ee152f3361ca4488fd7701cc79485c06aa93b8 -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/20210108/b35831e4/attachment.sig>
Michał Górny via llvm-dev
2021-Jan-08 11:12 UTC
[llvm-dev] [Release-testers] LLVM 11.0.1-final has been tagged
On Tue, 2021-01-05 at 19:21 -0800, Tom Stellard via Release-testers wrote:> Hi, > > I've tagged LLVM 11.0.1-final. Testers can upload the final binaries now.Gentoo's shipping them since the day before yesterday, and nothing new to report compared to the last RC. -- Best regards, Michał Górny
Ahsan Saghir via llvm-dev
2021-Jan-08 12:29 UTC
[llvm-dev] [Release-testers] LLVM 11.0.1-final has been tagged
Hi, I finished testing llvm-11.0.1 on Power PC 64-bit Little Endian for - Ubuntu 18.04 - Red Hat 7.4 I have uploaded the binaries from IBM. The sha1 files are attached. Thanks, Ahsan Saghir. On Tue, 5 Jan 2021 at 22:21, Tom Stellard via Release-testers < release-testers at lists.llvm.org> wrote:> Hi, > > I've tagged LLVM 11.0.1-final. Testers can upload the final binaries now. > > -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/20210108/2a95f66c/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: clang+llvm-11.0.1-powerpc64le-linux-rhel-7.4.sha1 Type: application/octet-stream Size: 94 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210108/2a95f66c/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: clang+llvm-11.0.1-powerpc64le-linux-ubuntu-18.04.sha1 Type: application/octet-stream Size: 98 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210108/2a95f66c/attachment-0001.obj>
Brian Cain via llvm-dev
2021-Jan-12 14:46 UTC
[llvm-dev] [Release-testers] LLVM 11.0.1-final has been tagged
Uploaded Ubuntu 16, SLES12. $ cat clang+llvm-11.0.1-x86_64-linux-sles12.4.tar.xz.sha256 clang+llvm-11.0.1-x86_64-linux-gnu-ubuntu-16.04.tar.xz.sha256 77cd59cf6f932cf2b3c9a68789d1bd3f7ba9f471a28f6ba25e25deb1a0806e0d clang+llvm-11.0.1-x86_64-linux-sles12.4.tar.xz 67f18660231d7dd09dc93502f712613247b7b4395e6f48c11226629b250b53c5 clang+llvm-11.0.1-x86_64-linux-gnu-ubuntu-16.04.tar.xz On Tue, Jan 5, 2021 at 9:21 PM Tom Stellard via Release-testers < release-testers at lists.llvm.org> wrote:> Hi, > > I've tagged LLVM 11.0.1-final. Testers can upload the final binaries now. > > -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/20210112/c1047bbb/attachment-0001.html>