Hi all, As of r141677 I have a failing regression test, see below. This is for LLVM built with clang on a Intel Atom running FreeBSD8.2. Should I file a bug for this? Thanks, Ed. ******************** TEST 'LLVM :: CodeGen/X86/bswap.ll' FAILED ******************** Script: -- /usr/home/emeewis/build/llvm-debug-clang-configure/Debug+Asserts/bin/llc < /usr/home/emeewis/contrib/llvm/test/CodeGen/X86/bswap.ll -march=x86 | /usr/home/emeewis/build/llvm-debug-clang-configure/Debug+Asserts/bin/FileCheck /usr/home/emeewis/contrib/llvm/test/CodeGen/X86/bswap.ll -- Exit Code: 1 Command Output (stderr): -- /usr/home/emeewis/contrib/llvm/test/CodeGen/X86/bswap.ll:20:10: error: expected string not found in input ; CHECK: bswapl %eax ^ <stdin>:22:4: note: scanning from here X: # @X ^ <stdin>:26:12: note: possible intended match here movbel 4(%esp), %eax ^ --
On 13.10.2011, at 15:57, Edward Meewis wrote:> Hi all, > > As of r141677 I have a failing regression test, see below. > > This is for LLVM built with clang on a Intel Atom running FreeBSD8.2. > > Should I file a bug for this?Fixed in r141863. - Ben
On 13-10-11 16:30, Benjamin Kramer wrote:> On 13.10.2011, at 15:57, Edward Meewis wrote: > >> Hi all, >> >> As of r141677 I have a failing regression test, see below. >> >> This is for LLVM built with clang on a Intel Atom running FreeBSD8.2. >> >> Should I file a bug for this? > Fixed in r141863. > > - Ben >Yep, that did the trick. Thanks, Ed.
Reasonably Related Threads
- [LLVMdev] Failed test: CodeGen/X86/bswap.ll
- [LLVMdev] make check-all glitch cmake vs. configure on FreeBSD 8.2
- network filtering
- Having trouble controlling plot() output (e.g., color)
- "Error in plot.window(...) : invalid 'xlim' value" from plot(...par(new = TRUE))