[LLVMdev] Failed test: CodeGen/X86/bswap.ll
Edward Meewis
ed at extraordinarymachine.nl
Thu Oct 13 06:57:14 PDT 2011
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
^
--
More information about the llvm-dev
mailing list