Hans Wennborg via llvm-dev
2020-Jul-07 16:16 UTC
[llvm-dev] LLVM 10.0.1-rc3 has been tagged
Sounds like that was fixed on trunk also, in 0e8608b (I get the same on Windows.) On Tue, Jul 7, 2020 at 8:10 AM Neil Nelson via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Uploaded Ubuntu 20.04 > > sha256sum clang+llvm-10.0.1-rc3-x86_64-unknown-linux-gnu.tar.xz > 9a2b573b69a4c3d62d7a4accd9b164044cd5e8fbe68b056716c72cd0f81a134d > > FAIL: LLVM :: CodeGen/X86/asm-modifier.ll (37548 of 69923) > ******************** TEST 'LLVM :: CodeGen/X86/asm-modifier.ll' FAILED ******************** > Script: > -- > : 'RUN: at line 1'; /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/Phase3/Release/llvmCore-10.0.1-rc3.obj/bin/llc < /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll -mtriple=x86_64-unknown-unknown | /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/Phase3/Release/llvmCore-10.0.1-rc3.obj/bin/FileCheck /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll > -- > Exit Code: 1 > > Command Output (stderr): > -- > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:18:10: error: CHECK: expected string not found in input > ; CHECK: movw %gs:(%eax), %ax > ^ > <stdin>:19:8: note: scanning from here > test2: # @test2 > ^ > <stdin>:22:2: note: possible intended match here > movw %gs:(%edi), %ax > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:29:10: error: CHECK: expected string not found in input > ; CHECK: movl _n, %eax > ^ > <stdin>:31:8: note: scanning from here > test3: # @test3 > ^ > <stdin>:34:2: note: possible intended match here > movl n, %eax > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:37:10: error: CHECK: expected string not found in input > ; CHECK: movl L_y$non_lazy_ptr, %ecx > ^ > <stdin>:43:8: note: scanning from here > test4: # @test4 > ^ > <stdin>:46:2: note: possible intended match here > movl y, %eax > ^ > > -- > > ******************** > Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. > > 15 warning(s) in tests > > Testing Time: 456.72s > ******************** > Failing Tests (1): > LLVM :: CodeGen/X86/asm-modifier.ll > > Expected Passes : 66970 > Expected Failures : 264 > Unsupported Tests : 2688 > Unexpected Failures: 1 > > Neil Nelson > > On 7/6/20 8:48 PM, Tom Stellard via llvm-dev wrote: > > Hi, > > I've tagged LLVM 10.0.1-rc3. This will hopefully be the last release candidate, please test it out and report results on this thread. > > Thanks, > Tom > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Tom Stellard via llvm-dev
2020-Jul-07 18:23 UTC
[llvm-dev] LLVM 10.0.1-rc3 has been tagged
On 7/7/20 12:16 PM, Hans Wennborg via llvm-dev wrote:> Sounds like that was fixed on trunk also, in 0e8608b > > (I get the same on Windows.) >Ok, I will do -rc4 right away with this fix. -Tom> On Tue, Jul 7, 2020 at 8:10 AM Neil Nelson via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> Uploaded Ubuntu 20.04 >> >> sha256sum clang+llvm-10.0.1-rc3-x86_64-unknown-linux-gnu.tar.xz >> 9a2b573b69a4c3d62d7a4accd9b164044cd5e8fbe68b056716c72cd0f81a134d >> >> FAIL: LLVM :: CodeGen/X86/asm-modifier.ll (37548 of 69923) >> ******************** TEST 'LLVM :: CodeGen/X86/asm-modifier.ll' FAILED ******************** >> Script: >> -- >> : 'RUN: at line 1'; /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/Phase3/Release/llvmCore-10.0.1-rc3.obj/bin/llc < /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll -mtriple=x86_64-unknown-unknown | /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/Phase3/Release/llvmCore-10.0.1-rc3.obj/bin/FileCheck /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll >> -- >> Exit Code: 1 >> >> Command Output (stderr): >> -- >> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:18:10: error: CHECK: expected string not found in input >> ; CHECK: movw %gs:(%eax), %ax >> ^ >> <stdin>:19:8: note: scanning from here >> test2: # @test2 >> ^ >> <stdin>:22:2: note: possible intended match here >> movw %gs:(%edi), %ax >> ^ >> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:29:10: error: CHECK: expected string not found in input >> ; CHECK: movl _n, %eax >> ^ >> <stdin>:31:8: note: scanning from here >> test3: # @test3 >> ^ >> <stdin>:34:2: note: possible intended match here >> movl n, %eax >> ^ >> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:37:10: error: CHECK: expected string not found in input >> ; CHECK: movl L_y$non_lazy_ptr, %ecx >> ^ >> <stdin>:43:8: note: scanning from here >> test4: # @test4 >> ^ >> <stdin>:46:2: note: possible intended match here >> movl y, %eax >> ^ >> >> -- >> >> ******************** >> Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. >> >> 15 warning(s) in tests >> >> Testing Time: 456.72s >> ******************** >> Failing Tests (1): >> LLVM :: CodeGen/X86/asm-modifier.ll >> >> Expected Passes : 66970 >> Expected Failures : 264 >> Unsupported Tests : 2688 >> Unexpected Failures: 1 >> >> Neil Nelson >> >> On 7/6/20 8:48 PM, Tom Stellard via llvm-dev wrote: >> >> Hi, >> >> I've tagged LLVM 10.0.1-rc3. This will hopefully be the last release candidate, please test it out and report results on this thread. >> >> Thanks, >> Tom >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
Hi, ARM & AArch64 uploaded: a405dcd991c2f0a5c92b56b79d224d2c5a4ec6223c3b36343003e035672eb555 clang+llvm-10.0.1-rc3-aarch64-linux-gnu.tar.xz 4eaadacb2e994a1ca2b7921dfa8724d4104d859a747224acbefa89df48e3a774 clang+llvm-10.0.1-rc3-armv7a-linux-gnueabihf.tar.xz Same failures as rc2. rc4 build still in progress. Cheers, Diana On Tue, 7 Jul 2020 at 20:23, Tom Stellard via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > On 7/7/20 12:16 PM, Hans Wennborg via llvm-dev wrote: > > Sounds like that was fixed on trunk also, in 0e8608b > > > > (I get the same on Windows.) > > > > Ok, I will do -rc4 right away with this fix. > > -Tom > > > > > On Tue, Jul 7, 2020 at 8:10 AM Neil Nelson via llvm-dev > > <llvm-dev at lists.llvm.org> wrote: > >> > >> Uploaded Ubuntu 20.04 > >> > >> sha256sum clang+llvm-10.0.1-rc3-x86_64-unknown-linux-gnu.tar.xz > >> 9a2b573b69a4c3d62d7a4accd9b164044cd5e8fbe68b056716c72cd0f81a134d > >> > >> FAIL: LLVM :: CodeGen/X86/asm-modifier.ll (37548 of 69923) > >> ******************** TEST 'LLVM :: CodeGen/X86/asm-modifier.ll' FAILED ******************** > >> Script: > >> -- > >> : 'RUN: at line 1'; /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/Phase3/Release/llvmCore-10.0.1-rc3.obj/bin/llc < /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll -mtriple=x86_64-unknown-unknown | /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/Phase3/Release/llvmCore-10.0.1-rc3.obj/bin/FileCheck /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll > >> -- > >> Exit Code: 1 > >> > >> Command Output (stderr): > >> -- > >> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:18:10: error: CHECK: expected string not found in input > >> ; CHECK: movw %gs:(%eax), %ax > >> ^ > >> <stdin>:19:8: note: scanning from here > >> test2: # @test2 > >> ^ > >> <stdin>:22:2: note: possible intended match here > >> movw %gs:(%edi), %ax > >> ^ > >> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:29:10: error: CHECK: expected string not found in input > >> ; CHECK: movl _n, %eax > >> ^ > >> <stdin>:31:8: note: scanning from here > >> test3: # @test3 > >> ^ > >> <stdin>:34:2: note: possible intended match here > >> movl n, %eax > >> ^ > >> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:37:10: error: CHECK: expected string not found in input > >> ; CHECK: movl L_y$non_lazy_ptr, %ecx > >> ^ > >> <stdin>:43:8: note: scanning from here > >> test4: # @test4 > >> ^ > >> <stdin>:46:2: note: possible intended match here > >> movl y, %eax > >> ^ > >> > >> -- > >> > >> ******************** > >> Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. > >> > >> 15 warning(s) in tests > >> > >> Testing Time: 456.72s > >> ******************** > >> Failing Tests (1): > >> LLVM :: CodeGen/X86/asm-modifier.ll > >> > >> Expected Passes : 66970 > >> Expected Failures : 264 > >> Unsupported Tests : 2688 > >> Unexpected Failures: 1 > >> > >> Neil Nelson > >> > >> On 7/6/20 8:48 PM, Tom Stellard via llvm-dev wrote: > >> > >> Hi, > >> > >> I've tagged LLVM 10.0.1-rc3. This will hopefully be the last release candidate, please test it out and report results on this thread. > >> > >> Thanks, > >> Tom > >> > >> _______________________________________________ > >> LLVM Developers mailing list > >> llvm-dev at lists.llvm.org > >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >> > >> _______________________________________________ > >> LLVM Developers mailing list > >> llvm-dev at lists.llvm.org > >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Hans Wennborg via llvm-dev
2020-Jul-08 11:37 UTC
[llvm-dev] LLVM 10.0.1-rc3 has been tagged
On Tue, Jul 7, 2020 at 8:24 PM Tom Stellard <tstellar at redhat.com> wrote:> > On 7/7/20 12:16 PM, Hans Wennborg via llvm-dev wrote: > > Sounds like that was fixed on trunk also, in 0e8608b > > > > (I get the same on Windows.) > > > > Ok, I will do -rc4 right away with this fix.Win rc3 is done: $ sha256sum LLVM-10.0.1-rc3*.exe 2f1d969ed088f6d21c3a3d0d1e61a60bc474aa855e4c305b8d6ad79152101a72 LLVM-10.0.1-rc3-win32.exe bef88d7931100f10ad72ea860c30cf8b9f43fb89761dac7623996b79086aa94e LLVM-10.0.1-rc3-win64.exe Starting the rc4 build right now.> > -Tom > > > > > On Tue, Jul 7, 2020 at 8:10 AM Neil Nelson via llvm-dev > > <llvm-dev at lists.llvm.org> wrote: > >> > >> Uploaded Ubuntu 20.04 > >> > >> sha256sum clang+llvm-10.0.1-rc3-x86_64-unknown-linux-gnu.tar.xz > >> 9a2b573b69a4c3d62d7a4accd9b164044cd5e8fbe68b056716c72cd0f81a134d > >> > >> FAIL: LLVM :: CodeGen/X86/asm-modifier.ll (37548 of 69923) > >> ******************** TEST 'LLVM :: CodeGen/X86/asm-modifier.ll' FAILED ******************** > >> Script: > >> -- > >> : 'RUN: at line 1'; /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/Phase3/Release/llvmCore-10.0.1-rc3.obj/bin/llc < /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll -mtriple=x86_64-unknown-unknown | /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/Phase3/Release/llvmCore-10.0.1-rc3.obj/bin/FileCheck /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll > >> -- > >> Exit Code: 1 > >> > >> Command Output (stderr): > >> -- > >> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:18:10: error: CHECK: expected string not found in input > >> ; CHECK: movw %gs:(%eax), %ax > >> ^ > >> <stdin>:19:8: note: scanning from here > >> test2: # @test2 > >> ^ > >> <stdin>:22:2: note: possible intended match here > >> movw %gs:(%edi), %ax > >> ^ > >> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:29:10: error: CHECK: expected string not found in input > >> ; CHECK: movl _n, %eax > >> ^ > >> <stdin>:31:8: note: scanning from here > >> test3: # @test3 > >> ^ > >> <stdin>:34:2: note: possible intended match here > >> movl n, %eax > >> ^ > >> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc3/llvm-project/llvm/test/CodeGen/X86/asm-modifier.ll:37:10: error: CHECK: expected string not found in input > >> ; CHECK: movl L_y$non_lazy_ptr, %ecx > >> ^ > >> <stdin>:43:8: note: scanning from here > >> test4: # @test4 > >> ^ > >> <stdin>:46:2: note: possible intended match here > >> movl y, %eax > >> ^ > >> > >> -- > >> > >> ******************** > >> Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. > >> > >> 15 warning(s) in tests > >> > >> Testing Time: 456.72s > >> ******************** > >> Failing Tests (1): > >> LLVM :: CodeGen/X86/asm-modifier.ll > >> > >> Expected Passes : 66970 > >> Expected Failures : 264 > >> Unsupported Tests : 2688 > >> Unexpected Failures: 1 > >> > >> Neil Nelson > >> > >> On 7/6/20 8:48 PM, Tom Stellard via llvm-dev wrote: > >> > >> Hi, > >> > >> I've tagged LLVM 10.0.1-rc3. This will hopefully be the last release candidate, please test it out and report results on this thread. > >> > >> Thanks, > >> Tom > >> > >> _______________________________________________ > >> LLVM Developers mailing list > >> llvm-dev at lists.llvm.org > >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >> > >> _______________________________________________ > >> LLVM Developers mailing list > >> llvm-dev at lists.llvm.org > >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > >-------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_1001-rc3._bat_ Type: application/octet-stream Size: 5086 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200708/f4519a54/attachment.obj>