[llvm-dev] LLVM 10.0.1-rc3 has been tagged

Hans Wennborg via llvm-dev llvm-dev at lists.llvm.org
Tue Jul 7 09:16:43 PDT 2020


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


More information about the llvm-dev mailing list