Tom Stellard via llvm-dev
2020-Jul-07 02:48 UTC
[llvm-dev] LLVM 10.0.1-rc3 has been tagged
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
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-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200707/ee043f5e/attachment.html>
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
Michał Górny via llvm-dev
2020-Jul-07 17:49 UTC
[llvm-dev] [Release-testers] LLVM 10.0.1-rc3 has been tagged
On Mon, 2020-07-06 at 19:48 -0700, Tom Stellard via Release-testers 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. >Tests still fail on x86, as the following backport is still missing: https://bugs.llvm.org/show_bug.cgi?id=46223#c4 -- Best regards, Michał Górny -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 618 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200707/cfca2a31/attachment.sig>