[LLVMdev] mips64-expansions.s fails on ARM and x86-64 (Linux)

İsmail Dönmez ismail at donmez.ws
Mon Dec 22 10:44:00 PST 2014


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]
 ^

--

********************



More information about the llvm-dev mailing list