[LLVMdev] mips64-expansions.s fails on ARM and x86-64 (Linux)
Rafael Espíndola
rafael.espindola at gmail.com
Tue Dec 23 07:28:51 PST 2014
This is probably pr22006. Looking at it.
On 22 December 2014 at 13:44, İsmail Dönmez <ismail at donmez.ws> wrote:
> With ToT on ARM and x86-64 Linux I see:
>
> ******************** TEST 'LLVM :: MC/Mips/mips64-expansions.s' FAILED
> ********************
> Script:
> --
> /havana/src/llvm/build/./bin/llvm-mc
> /havana/src/llvm/test/MC/Mips/mips64-expansions.s
> -triple=mips64el-unknown-linux -show-en
> coding -mcpu=mips64r2 | /havana/src/llvm/build/./bin/FileCheck
> /havana/src/llvm/test/MC/Mips/mips64-expansions.s
> --
> Exit Code: 1
>
> Command Output (stderr):
> --
> /havana/src/llvm/test/MC/Mips/mips64-expansions.s:25:10: error:
> expected string not found in input
> # CHECK: ori $12, $12, 21515 # encoding: [0x0b,0x54,0x8c,0x35]
> ^
> <stdin>:184:2: note: scanning from here
> ori $12, $12, 61952 # encoding: [0x00,0xf2,0x8c,0x35]
> ^
> <stdin>:188:2: note: possible intended match here
> ori $12, $12, 29696 # encoding: [0x00,0x74,0x8c,0x35]
> ^
>
> --
>
> ********************
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list