İsmail Dönmez
2014-Dec-22 18:44 UTC
[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] ^ -- ********************
Daniel Sanders
2014-Dec-23 14:45 UTC
[LLVMdev] mips64-expansions.s fails on ARM and x86-64 (Linux)
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
Rafael Espíndola
2014-Dec-23 15:28 UTC
[LLVMdev] mips64-expansions.s fails on ARM and x86-64 (Linux)
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