http://llvm.org/bugs/show_bug.cgi?id=21257

            Bug ID: 21257
           Summary: CodeGen/ARM/ifcvt3.ll is failing under GNU/Linux i386
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Under Debian i386, Toolchain package versions: binutils_2.24.51.20141001-3
dpkg-dev_1.17.16 g++-4.9_4.9.1-15 gcc-4.9_4.9.1-15 libc6-dev_2.19-11
libstdc++-4.9-dev_4.9.1-15 libstdc++6_4.9.1-15 linux-libc-dev_3.16.3-2

FAIL: LLVM :: CodeGen/ARM/ifcvt3.ll (1405 of 11246)
******************** TEST 'LLVM :: CodeGen/ARM/ifcvt3.ll' FAILED
********************
Script:
--
/«PKGBUILDDIR»/build-llvm/Release/bin/llc -mtriple=arm-eabi -mcpu=cortex-a8
/«PKGBUILDDIR»/test/CodeGen/ARM/ifcvt3.ll -o - |
/«PKGBUILDDIR»/build-llvm/Release/bin/FileCheck
/«PKGBUILDDIR»/test/CodeGen/ARM/ifcvt3.ll
/«PKGBUILDDIR»/build-llvm/Release/bin/llc -mtriple=arm-eabi -mattr=+v4t
/«PKGBUILDDIR»/test/CodeGen/ARM/ifcvt3.ll -o - |
/«PKGBUILDDIR»/build-llvm/Release/bin/FileCheck
/«PKGBUILDDIR»/test/CodeGen/ARM/ifcvt3.ll -check-prefix CHECK-V4-CMP
/«PKGBUILDDIR»/build-llvm/Release/bin/llc -mtriple=arm-eabi -mattr=+v4t
/«PKGBUILDDIR»/test/CodeGen/ARM/ifcvt3.ll -o - |
/«PKGBUILDDIR»/build-llvm/Release/bin/FileCheck
/«PKGBUILDDIR»/test/CodeGen/ARM/ifcvt3.ll -check-prefix CHECK-V4-BX
--
Exit Code: 1

Command Output (stderr):
--
<stdin>:25:2: error: CHECK-V4-BX-NOT: string occurred!
 bx lr
 ^
/«PKGBUILDDIR»/test/CodeGen/ARM/ifcvt3.ll:31:20: note: CHECK-V4-BX-NOT: pattern
specified here
; CHECK-V4-BX-NOT: bx
                   ^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to