[LLVMbugs] [Bug 17589] New: Cmake build with BUILD_SHARED_LIBS=ON asserts with 'TargetStreamer failed' since r192181

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 15 02:52:41 PDT 2013


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

            Bug ID: 17589
           Summary: Cmake build with BUILD_SHARED_LIBS=ON asserts with
                    'TargetStreamer failed' since r192181
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: daniel.sanders at imgtec.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Steps to reproduce
==================

$ cmake -GNinja -DBUILD_SHARED_LIBS=ON ../src/llvm
$ ninja
$ bin/llvm-lit ../src/llvm/test/MC/Mips/abicalls.ll -vv
$ ninja check-all

'ninja check-all' will report multiple failures including the abicalls.ll test
shown above. abicalls.ll can be used as a quick test.

Expected behaviour
==================

All tests pass as per BUILD_SHARED_LIBS=OFF build with the possible exception
of three unrelated bugpoint tests (I find these three fail on my machine since
the shared-library debug build exceeds the memory limit imposed by bugpoint).

Actual Behaviour
================

The 'bin/llvm-lit ...' command fails with:
-- Testing: 1 tests, 1 threads --
FAIL: LLVM :: MC/Mips/abicalls.ll (1 of 1)
******************** TEST 'LLVM :: MC/Mips/abicalls.ll' FAILED
********************
Script:
--
/home/das/mips/MSA/llvm/area2/build-cmake/bin/./llc -filetype=asm -mtriple
mipsel-unknown-linux -mcpu=mips32 -relocation-model=static
/home/das/mips/MSA/llvm/area2/src/llvm/test/MC/Mips/abicalls.ll -o - |
/home/das/mips/MSA/llvm/area2/build-cmake/bin/./FileCheck
-check-prefix=CHECK-STATIC
/home/das/mips/MSA/llvm/area2/src/llvm/test/MC/Mips/abicalls.ll
/home/das/mips/MSA/llvm/area2/build-cmake/bin/./llc -filetype=asm -mtriple
mipsel-unknown-linux -mcpu=mips32
/home/das/mips/MSA/llvm/area2/src/llvm/test/MC/Mips/abicalls.ll -o - |
/home/das/mips/MSA/llvm/area2/build-cmake/bin/./FileCheck
-check-prefix=CHECK-PIC
/home/das/mips/MSA/llvm/area2/src/llvm/test/MC/Mips/abicalls.ll
/home/das/mips/MSA/llvm/area2/build-cmake/bin/./llc -filetype=asm -mtriple
mips64el-unknown-linux -mcpu=mips64 -relocation-model=static
/home/das/mips/MSA/llvm/area2/src/llvm/test/MC/Mips/abicalls.ll -o - |
/home/das/mips/MSA/llvm/area2/build-cmake/bin/./FileCheck
-check-prefix=CHECK-PIC
/home/das/mips/MSA/llvm/area2/src/llvm/test/MC/Mips/abicalls.ll
--
Exit Code: 2

Command Output (stderr):
--
0  libLLVMSupport.so     0x00007f478ee3ef54
llvm::sys::PrintStackTrace(_IO_FILE*) + 38
1  libLLVMSupport.so     0x00007f478ee3f1db
2  libLLVMSupport.so     0x00007f478ee3ec16
3  libpthread.so.0       0x00007f478eaf5cb0
4  libLLVMMipsCodeGen.so 0x00007f47968527e9
5  libLLVMMipsCodeGen.so 0x00007f4796852881
6  libLLVMAsmPrinter.so  0x00007f4792558498
llvm::AsmPrinter::doFinalization(llvm::Module&) + 2958
7  libLLVMCore.so        0x00007f478f5ff2e3
llvm::FPPassManager::doFinalization(llvm::Module&) + 83
8  libLLVMCore.so        0x00007f478f5ff68b
llvm::MPPassManager::runOnModule(llvm::Module&) + 897
9  libLLVMCore.so        0x00007f478f5ffa29
llvm::PassManagerImpl::run(llvm::Module&) + 249
10 libLLVMCore.so        0x00007f478f5ffc3b
llvm::PassManager::run(llvm::Module&) + 39
11 llc                   0x000000000040dbcc
12 llc                   0x000000000040cc42
13 libc.so.6             0x00007f478e44576d __libc_start_main + 237
14 llc                   0x000000000040c569
Stack dump:
0.    Program arguments: /home/das/mips/MSA/llvm/area2/build-cmake/bin/./llc
-filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32
-relocation-model=static
/home/das/mips/MSA/llvm/area2/src/llvm/test/MC/Mips/abicalls.ll -o - 
FileCheck error: '-' is empty.

--

********************
Testing Time: 0.16s
********************
Failing Tests (1):
    LLVM :: MC/Mips/abicalls.ll

The 'ninja check-all' command fails with:
    <snip>
Failing Tests (359):
    LLVM :: BugPoint/crash-narrowfunctiontest.ll
    LLVM :: BugPoint/metadata.ll
    LLVM :: BugPoint/remove_arguments_test.ll
    LLVM :: CodeGen/ARM/arm-ttype-target2.ll
    LLVM :: CodeGen/ARM/ehabi-filters.ll
    LLVM :: CodeGen/ARM/ehabi-no-landingpad.ll
    LLVM :: CodeGen/ARM/ehabi-unwind.ll
    LLVM :: CodeGen/ARM/ehabi.ll
    LLVM :: CodeGen/Mips/2008-06-05-Carry.ll
    LLVM :: CodeGen/Mips/2008-07-03-SRet.ll
    LLVM :: CodeGen/Mips/2008-07-06-fadd64.ll
    LLVM :: CodeGen/Mips/2008-07-07-FPExtend.ll
    LLVM :: CodeGen/Mips/2008-07-07-Float2Int.ll
    LLVM :: CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll
    LLVM :: CodeGen/Mips/2008-07-15-InternalConstant.ll
    LLVM :: CodeGen/Mips/2008-07-16-SignExtInReg.ll
    LLVM :: CodeGen/Mips/2008-07-22-Cstpool.ll
    LLVM :: CodeGen/Mips/2008-08-01-AsmInline.ll
    LLVM :: CodeGen/Mips/2008-08-03-ReturnDouble.ll
    LLVM :: CodeGen/Mips/2008-08-04-Bitconvert.ll
    LLVM :: CodeGen/Mips/2008-08-06-Alloca.ll
    LLVM :: CodeGen/Mips/2008-08-07-CC.ll
    LLVM :: CodeGen/Mips/2008-08-07-FPRound.ll
    LLVM :: CodeGen/Mips/2008-08-08-ctlz.ll
    LLVM :: CodeGen/Mips/2008-10-13-LegalizerBug.ll
    LLVM :: CodeGen/Mips/2008-11-10-xint_to_fp.ll
    LLVM :: CodeGen/Mips/2009-11-16-CstPoolLoad.ll
    LLVM :: CodeGen/Mips/2010-07-20-Switch.ll
    LLVM :: CodeGen/Mips/2010-11-09-CountLeading.ll
    LLVM :: CodeGen/Mips/2010-11-09-Mul.ll
    LLVM :: CodeGen/Mips/2011-05-26-BranchKillsVreg.ll
    LLVM :: CodeGen/Mips/2012-12-12-ExpandMemcpy.ll
    LLVM :: CodeGen/Mips/DbgValueOtherTargets.test
    LLVM :: CodeGen/Mips/addc.ll
    LLVM :: CodeGen/Mips/addi.ll
    LLVM :: CodeGen/Mips/addressing-mode.ll
    LLVM :: CodeGen/Mips/align16.ll
    LLVM :: CodeGen/Mips/alloca.ll
    LLVM :: CodeGen/Mips/alloca16.ll
    LLVM :: CodeGen/Mips/analyzebranch.ll
    LLVM :: CodeGen/Mips/and1.ll
    LLVM :: CodeGen/Mips/asm-large-immediate.ll
    LLVM :: CodeGen/Mips/atomic.ll
    LLVM :: CodeGen/Mips/atomicops.ll
    LLVM :: CodeGen/Mips/biggot.ll
    LLVM :: CodeGen/Mips/blez_bgez.ll
    LLVM :: CodeGen/Mips/blockaddr.ll
    LLVM :: CodeGen/Mips/br-jmp.ll
    LLVM :: CodeGen/Mips/brconeq.ll
    LLVM :: CodeGen/Mips/brconeqk.ll
    LLVM :: CodeGen/Mips/brconeqz.ll
    LLVM :: CodeGen/Mips/brconge.ll
    LLVM :: CodeGen/Mips/brcongt.ll
    LLVM :: CodeGen/Mips/brconle.ll
    LLVM :: CodeGen/Mips/brconlt.ll
    LLVM :: CodeGen/Mips/brconne.ll
    LLVM :: CodeGen/Mips/brconnek.ll
    LLVM :: CodeGen/Mips/brconnez.ll
    LLVM :: CodeGen/Mips/brdelayslot.ll
    LLVM :: CodeGen/Mips/brind.ll
    LLVM :: CodeGen/Mips/bswap.ll
    LLVM :: CodeGen/Mips/buildpairextractelementf64.ll
    LLVM :: CodeGen/Mips/check-noat.ll
    LLVM :: CodeGen/Mips/cmov.ll
    LLVM :: CodeGen/Mips/cmplarge.ll
    LLVM :: CodeGen/Mips/const-mult.ll
    LLVM :: CodeGen/Mips/constantfp0.ll
    LLVM :: CodeGen/Mips/ctlz.ll
    LLVM :: CodeGen/Mips/disable-tail-merge.ll
    LLVM :: CodeGen/Mips/div.ll
    LLVM :: CodeGen/Mips/div_rem.ll
    LLVM :: CodeGen/Mips/divrem.ll
    LLVM :: CodeGen/Mips/divu.ll
    LLVM :: CodeGen/Mips/divu_remu.ll
    LLVM :: CodeGen/Mips/double2int.ll
    LLVM :: CodeGen/Mips/dsp-patterns-cmp-vselect.ll
    LLVM :: CodeGen/Mips/dsp-patterns.ll
    LLVM :: CodeGen/Mips/dsp-r1.ll
    LLVM :: CodeGen/Mips/dsp-r2.ll
    LLVM :: CodeGen/Mips/dsp-vec-load-store.ll
    LLVM :: CodeGen/Mips/eh-dwarf-cfa.ll
    LLVM :: CodeGen/Mips/eh-return32.ll
    LLVM :: CodeGen/Mips/eh-return64.ll
    LLVM :: CodeGen/Mips/eh.ll
    LLVM :: CodeGen/Mips/emit-big-cst.ll
    LLVM :: CodeGen/Mips/ex2.ll
    LLVM :: CodeGen/Mips/extins.ll
    LLVM :: CodeGen/Mips/f16abs.ll
    LLVM :: CodeGen/Mips/fabs.ll
    LLVM :: CodeGen/Mips/fastcc.ll
    LLVM :: CodeGen/Mips/fcopysign-f32-f64.ll
    LLVM :: CodeGen/Mips/fcopysign.ll
    LLVM :: CodeGen/Mips/fixdfsf.ll
    LLVM :: CodeGen/Mips/fmadd1.ll
    LLVM :: CodeGen/Mips/fneg.ll
    LLVM :: CodeGen/Mips/fp-indexed-ls.ll
    LLVM :: CodeGen/Mips/fp-spill-reload.ll
    LLVM :: CodeGen/Mips/fp16instrinsmc.ll
    LLVM :: CodeGen/Mips/fp16mix.ll
    LLVM :: CodeGen/Mips/fp16static.ll
    LLVM :: CodeGen/Mips/fpbr.ll
    LLVM :: CodeGen/Mips/fpneeded.ll
    LLVM :: CodeGen/Mips/fpnotneeded.ll
    LLVM :: CodeGen/Mips/fptr2.ll
    LLVM :: CodeGen/Mips/frame-address.ll
    LLVM :: CodeGen/Mips/frem.ll
    LLVM :: CodeGen/Mips/global-address.ll
    LLVM :: CodeGen/Mips/gpreg-lazy-binding.ll
    LLVM :: CodeGen/Mips/helloworld.ll
    LLVM :: CodeGen/Mips/hf16_1.ll
    LLVM :: CodeGen/Mips/hf16call32.ll
    LLVM :: CodeGen/Mips/hf16call32_body.ll
    LLVM :: CodeGen/Mips/hf1_body.ll
    LLVM :: CodeGen/Mips/hfptrcall.ll
    LLVM :: CodeGen/Mips/i32k.ll
    LLVM :: CodeGen/Mips/i64arg.ll
    LLVM :: CodeGen/Mips/imm.ll
    LLVM :: CodeGen/Mips/indirectcall.ll
    LLVM :: CodeGen/Mips/init-array.ll
    LLVM :: CodeGen/Mips/inlineasm-cnstrnt-reg.ll
    LLVM :: CodeGen/Mips/inlineasm-cnstrnt-reg64.ll
    LLVM :: CodeGen/Mips/inlineasm-operand-code.ll
    LLVM :: CodeGen/Mips/inlineasm64.ll
    LLVM :: CodeGen/Mips/inlineasm_constraint.ll
    LLVM :: CodeGen/Mips/inlineasmmemop.ll
    LLVM :: CodeGen/Mips/int-to-float-conversion.ll
    LLVM :: CodeGen/Mips/internalfunc.ll
    LLVM :: CodeGen/Mips/jtstat.ll
    LLVM :: CodeGen/Mips/largefr1.ll
    LLVM :: CodeGen/Mips/largeimm1.ll
    LLVM :: CodeGen/Mips/largeimmprinting.ll
    LLVM :: CodeGen/Mips/lazy-binding.ll
    LLVM :: CodeGen/Mips/lb1.ll
    LLVM :: CodeGen/Mips/lbu1.ll
    LLVM :: CodeGen/Mips/lh1.ll
    LLVM :: CodeGen/Mips/lhu1.ll
    LLVM :: CodeGen/Mips/llcarry.ll
    LLVM :: CodeGen/Mips/load-store-left-right.ll
    LLVM :: CodeGen/Mips/longbranch.ll
    LLVM :: CodeGen/Mips/machineverifier.ll
    LLVM :: CodeGen/Mips/madd-msub.ll
    LLVM :: CodeGen/Mips/memcpy.ll
    LLVM :: CodeGen/Mips/mips16_32_1.ll
    LLVM :: CodeGen/Mips/mips16_32_10.ll
    LLVM :: CodeGen/Mips/mips16_32_3.ll
    LLVM :: CodeGen/Mips/mips16_32_4.ll
    LLVM :: CodeGen/Mips/mips16_32_5.ll
    LLVM :: CodeGen/Mips/mips16_32_6.ll
    LLVM :: CodeGen/Mips/mips16_32_7.ll
    LLVM :: CodeGen/Mips/mips16_32_8.ll
    LLVM :: CodeGen/Mips/mips16_32_9.ll
    LLVM :: CodeGen/Mips/mips16_fpret.ll
    LLVM :: CodeGen/Mips/mips16ex.ll
    LLVM :: CodeGen/Mips/mips16fpe.ll
    LLVM :: CodeGen/Mips/mips64-f128-call.ll
    LLVM :: CodeGen/Mips/mips64-f128.ll
    LLVM :: CodeGen/Mips/mips64-fp-indexed-ls.ll
    LLVM :: CodeGen/Mips/mips64-libcall.ll
    LLVM :: CodeGen/Mips/mips64-sret.ll
    LLVM :: CodeGen/Mips/mips64countleading.ll
    LLVM :: CodeGen/Mips/mips64directive.ll
    LLVM :: CodeGen/Mips/mips64ext.ll
    LLVM :: CodeGen/Mips/mips64extins.ll
    LLVM :: CodeGen/Mips/mips64fpimm0.ll
    LLVM :: CodeGen/Mips/mips64fpldst.ll
    LLVM :: CodeGen/Mips/mips64imm.ll
    LLVM :: CodeGen/Mips/mips64instrs.ll
    LLVM :: CodeGen/Mips/mips64intldst.ll
    LLVM :: CodeGen/Mips/mips64lea.ll
    LLVM :: CodeGen/Mips/mips64load-store-left-right.ll
    LLVM :: CodeGen/Mips/mips64muldiv.ll
    LLVM :: CodeGen/Mips/mips64shift.ll
    LLVM :: CodeGen/Mips/mipslopat.ll
    LLVM :: CodeGen/Mips/misha.ll
    LLVM :: CodeGen/Mips/mno-ldc1-sdc1.ll
    LLVM :: CodeGen/Mips/msa/2r.ll
    LLVM :: CodeGen/Mips/msa/2r_vector_scalar.ll
    LLVM :: CodeGen/Mips/msa/2rf.ll
    LLVM :: CodeGen/Mips/msa/2rf_exup.ll
    LLVM :: CodeGen/Mips/msa/2rf_float_int.ll
    LLVM :: CodeGen/Mips/msa/2rf_fq.ll
    LLVM :: CodeGen/Mips/msa/2rf_int_float.ll
    LLVM :: CodeGen/Mips/msa/2rf_tq.ll
    LLVM :: CodeGen/Mips/msa/3r-a.ll
    LLVM :: CodeGen/Mips/msa/3r-b.ll
    LLVM :: CodeGen/Mips/msa/3r-c.ll
    LLVM :: CodeGen/Mips/msa/3r-d.ll
    LLVM :: CodeGen/Mips/msa/3r-i.ll
    LLVM :: CodeGen/Mips/msa/3r-m.ll
    LLVM :: CodeGen/Mips/msa/3r-p.ll
    LLVM :: CodeGen/Mips/msa/3r-s.ll
    LLVM :: CodeGen/Mips/msa/3r-v.ll
    LLVM :: CodeGen/Mips/msa/3r_4r.ll
    LLVM :: CodeGen/Mips/msa/3r_4r_widen.ll
    LLVM :: CodeGen/Mips/msa/3r_ld_st.ll
    LLVM :: CodeGen/Mips/msa/3r_splat.ll
    LLVM :: CodeGen/Mips/msa/3rf.ll
    LLVM :: CodeGen/Mips/msa/3rf_4rf.ll
    LLVM :: CodeGen/Mips/msa/3rf_4rf_q.ll
    LLVM :: CodeGen/Mips/msa/3rf_exdo.ll
    LLVM :: CodeGen/Mips/msa/3rf_float_int.ll
    LLVM :: CodeGen/Mips/msa/3rf_int_float.ll
    LLVM :: CodeGen/Mips/msa/3rf_q.ll
    LLVM :: CodeGen/Mips/msa/arithmetic.ll
    LLVM :: CodeGen/Mips/msa/arithmetic_float.ll
    LLVM :: CodeGen/Mips/msa/basic_operations.ll
    LLVM :: CodeGen/Mips/msa/basic_operations_float.ll
    LLVM :: CodeGen/Mips/msa/bit.ll
    LLVM :: CodeGen/Mips/msa/bitcast.ll
    LLVM :: CodeGen/Mips/msa/bitwise.ll
    LLVM :: CodeGen/Mips/msa/compare.ll
    LLVM :: CodeGen/Mips/msa/compare_float.ll
    LLVM :: CodeGen/Mips/msa/elm_copy.ll
    LLVM :: CodeGen/Mips/msa/elm_cxcmsa.ll
    LLVM :: CodeGen/Mips/msa/elm_insv.ll
    LLVM :: CodeGen/Mips/msa/elm_move.ll
    LLVM :: CodeGen/Mips/msa/elm_shift_slide.ll
    LLVM :: CodeGen/Mips/msa/i10.ll
    LLVM :: CodeGen/Mips/msa/i5-a.ll
    LLVM :: CodeGen/Mips/msa/i5-b.ll
    LLVM :: CodeGen/Mips/msa/i5-c.ll
    LLVM :: CodeGen/Mips/msa/i5-m.ll
    LLVM :: CodeGen/Mips/msa/i5-s.ll
    LLVM :: CodeGen/Mips/msa/i5_ld_st.ll
    LLVM :: CodeGen/Mips/msa/i8.ll
    LLVM :: CodeGen/Mips/msa/llvm-stress-s1935737938.ll
    LLVM :: CodeGen/Mips/msa/llvm-stress-s525530439.ll
    LLVM :: CodeGen/Mips/msa/llvm-stress-s997348632.ll
    LLVM :: CodeGen/Mips/msa/llvm-stress-sz1-s742806235.ll
    LLVM :: CodeGen/Mips/msa/shuffle.ll
    LLVM :: CodeGen/Mips/msa/spill.ll
    LLVM :: CodeGen/Mips/msa/vec.ll
    LLVM :: CodeGen/Mips/msa/vecs10.ll
    LLVM :: CodeGen/Mips/mul.ll
    LLVM :: CodeGen/Mips/mulll.ll
    LLVM :: CodeGen/Mips/mulull.ll
    LLVM :: CodeGen/Mips/neg1.ll
    LLVM :: CodeGen/Mips/nomips16.ll
    LLVM :: CodeGen/Mips/not1.ll
    LLVM :: CodeGen/Mips/null.ll
    LLVM :: CodeGen/Mips/o32_cc_byval.ll
    LLVM :: CodeGen/Mips/o32_cc_vararg.ll
    LLVM :: CodeGen/Mips/optimize-fp-math.ll
    LLVM :: CodeGen/Mips/or1.ll
    LLVM :: CodeGen/Mips/powif64_16.ll
    LLVM :: CodeGen/Mips/private.ll
    LLVM :: CodeGen/Mips/ra-allocatable.ll
    LLVM :: CodeGen/Mips/rdhwr-directives.ll
    LLVM :: CodeGen/Mips/rem.ll
    LLVM :: CodeGen/Mips/remat-immed-load.ll
    LLVM :: CodeGen/Mips/remu.ll
    LLVM :: CodeGen/Mips/return-vector.ll
    LLVM :: CodeGen/Mips/return_address.ll
    LLVM :: CodeGen/Mips/rotate.ll
    LLVM :: CodeGen/Mips/sb1.ll
    LLVM :: CodeGen/Mips/selTBteqzCmpi.ll
    LLVM :: CodeGen/Mips/selTBtnezCmpi.ll
    LLVM :: CodeGen/Mips/selTBtnezSlti.ll
    LLVM :: CodeGen/Mips/select.ll
    LLVM :: CodeGen/Mips/selectcc.ll
    LLVM :: CodeGen/Mips/seleq.ll
    LLVM :: CodeGen/Mips/seleqk.ll
    LLVM :: CodeGen/Mips/selgek.ll
    LLVM :: CodeGen/Mips/selgt.ll
    LLVM :: CodeGen/Mips/selle.ll
    LLVM :: CodeGen/Mips/selltk.ll
    LLVM :: CodeGen/Mips/selne.ll
    LLVM :: CodeGen/Mips/selnek.ll
    LLVM :: CodeGen/Mips/selpat.ll
    LLVM :: CodeGen/Mips/setcc-se.ll
    LLVM :: CodeGen/Mips/seteq.ll
    LLVM :: CodeGen/Mips/seteqz.ll
    LLVM :: CodeGen/Mips/setge.ll
    LLVM :: CodeGen/Mips/setgek.ll
    LLVM :: CodeGen/Mips/setle.ll
    LLVM :: CodeGen/Mips/setlt.ll
    LLVM :: CodeGen/Mips/setltk.ll
    LLVM :: CodeGen/Mips/setne.ll
    LLVM :: CodeGen/Mips/setuge.ll
    LLVM :: CodeGen/Mips/setugt.ll
    LLVM :: CodeGen/Mips/setule.ll
    LLVM :: CodeGen/Mips/setult.ll
    LLVM :: CodeGen/Mips/setultk.ll
    LLVM :: CodeGen/Mips/sh1.ll
    LLVM :: CodeGen/Mips/shift-parts.ll
    LLVM :: CodeGen/Mips/sint-fp-store_pattern.ll
    LLVM :: CodeGen/Mips/sitofp-selectcc-opt.ll
    LLVM :: CodeGen/Mips/sll1.ll
    LLVM :: CodeGen/Mips/sll2.ll
    LLVM :: CodeGen/Mips/small-section-reserve-gp.ll
    LLVM :: CodeGen/Mips/spill-copy-acreg.ll
    LLVM :: CodeGen/Mips/sra1.ll
    LLVM :: CodeGen/Mips/sra2.ll
    LLVM :: CodeGen/Mips/srl1.ll
    LLVM :: CodeGen/Mips/srl2.ll
    LLVM :: CodeGen/Mips/stackcoloring.ll
    LLVM :: CodeGen/Mips/stacksize.ll
    LLVM :: CodeGen/Mips/stchar.ll
    LLVM :: CodeGen/Mips/stldst.ll
    LLVM :: CodeGen/Mips/sub1.ll
    LLVM :: CodeGen/Mips/sub2.ll
    LLVM :: CodeGen/Mips/swzero.ll
    LLVM :: CodeGen/Mips/tailcall.ll
    LLVM :: CodeGen/Mips/tls-alias.ll
    LLVM :: CodeGen/Mips/tls-models.ll
    LLVM :: CodeGen/Mips/tls.ll
    LLVM :: CodeGen/Mips/tls16.ll
    LLVM :: CodeGen/Mips/tls16_2.ll
    LLVM :: CodeGen/Mips/tnaked.ll
    LLVM :: CodeGen/Mips/trap.ll
    LLVM :: CodeGen/Mips/trap1.ll
    LLVM :: CodeGen/Mips/uitofp.ll
    LLVM :: CodeGen/Mips/ul1.ll
    LLVM :: CodeGen/Mips/unalignedload.ll
    LLVM :: CodeGen/Mips/vector-load-store.ll
    LLVM :: CodeGen/Mips/vector-setcc.ll
    LLVM :: CodeGen/Mips/weak.ll
    LLVM :: CodeGen/Mips/xor1.ll
    LLVM :: CodeGen/Mips/zeroreg.ll
    LLVM :: CodeGen/PowerPC/2006-12-07-SelectCrash.ll
    LLVM :: CodeGen/PowerPC/2011-12-05-NoSpillDupCR.ll
    LLVM :: CodeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll
    LLVM :: CodeGen/PowerPC/2012-09-16-TOC-entry-check.ll
    LLVM :: CodeGen/PowerPC/2013-07-01-PHIElimBug.ll
    LLVM :: CodeGen/PowerPC/cr-spills.ll
    LLVM :: CodeGen/PowerPC/ctrloop-s000.ll
    LLVM :: CodeGen/PowerPC/ctrloops.ll
    LLVM :: CodeGen/PowerPC/fast-isel-GEP-coalesce.ll
    LLVM :: CodeGen/PowerPC/fast-isel-load-store.ll
    LLVM :: CodeGen/PowerPC/isel-rc-nox0.ll
    LLVM :: CodeGen/PowerPC/mcm-1.ll
    LLVM :: CodeGen/PowerPC/mcm-2.ll
    LLVM :: CodeGen/PowerPC/mcm-3.ll
    LLVM :: CodeGen/PowerPC/mcm-4.ll
    LLVM :: CodeGen/PowerPC/mcm-5.ll
    LLVM :: CodeGen/PowerPC/mcm-6.ll
    LLVM :: CodeGen/PowerPC/mcm-7.ll
    LLVM :: CodeGen/PowerPC/mcm-8.ll
    LLVM :: CodeGen/PowerPC/mcm-9.ll
    LLVM :: CodeGen/PowerPC/mcm-default.ll
    LLVM :: CodeGen/PowerPC/mem_update.ll
    LLVM :: CodeGen/PowerPC/misched.ll
    LLVM :: CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
    LLVM :: CodeGen/PowerPC/ppc64-abi-extend.ll
    LLVM :: CodeGen/PowerPC/ppc64-toc.ll
    LLVM :: CodeGen/PowerPC/s000-alias-misched.ll
    LLVM :: CodeGen/PowerPC/sj-ctr-loop.ll
    LLVM :: CodeGen/PowerPC/stwux.ll
    LLVM :: CodeGen/PowerPC/vec-abi-align.ll
    LLVM :: CodeGen/PowerPC/vec_extload.ll
    LLVM :: MC/ARM/eh-directive-cantunwind-diagnostics.s
    LLVM :: MC/ARM/eh-directive-pad-diagnostics.s
    LLVM :: MC/ARM/eh-directive-personality-diagnostics.s
    LLVM :: MC/ARM/eh-directive-save-diagnoatics.s
    LLVM :: MC/ARM/eh-directive-setfp-diagnostics.s
    LLVM :: MC/ARM/eh-directive-vsave-diagnostics.s
    LLVM :: MC/Mips/abicalls.ll
    LLVM :: MC/Mips/elf_eflags.ll
    LLVM :: MC/Mips/elf_st_other.ll

  Expected Passes    : 8429
  Expected Failures  : 41
  Unsupported Tests  : 134
  Unexpected Failures: 359

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131015/bc0ec4fa/attachment.html>


More information about the llvm-bugs mailing list