[LLVMdev] mips64-expansions.s fails on ARM and x86-64 (Linux)
Daniel Sanders
Daniel.Sanders at imgtec.com
Tue Dec 23 06:45:22 PST 2014
Hi,
I see the failure in the builders but ToT is working for me on x86_64 Linux. According to the ppc64 builder it started failing after r224675-r224677 (http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/16860, the previous build failed for different reasons). These three commits are all David Majnemer's but his commits don't sound related to the failures.
________________________________________
From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of İsmail Dönmez [ismail at donmez.ws]
Sent: 22 December 2014 18:44
To: LLVM Developers Mailing List
Subject: [LLVMdev] mips64-expansions.s fails on ARM and x86-64 (Linux)
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