search for: r142984

Displaying 1 result from an estimated 1 matches for "r142984".

Did you mean: 142984
2011 Oct 30
0
[LLVMdev] [release_30] ppc-redhat-linux (fedora 12 ps3)
...it would fail without --enable-targets=x86) * LLVM :: Object/nm-archive.test * LLVM :: Object/nm-trivial-object.test * LLVM :: Object/objdump-disassembly-inline-relocations.test They had potential bug on 32bit hosts. Especially, They fail due to endianness-ignorant varargs on ppc. Squashing r142984, r143120 and r143191 should fix them. (See also attached PRIx64.diff) * Failures on +Asserts - LLVM :: CodeGen/Generic/print-arith-fp.ll - LLVM :: CodeGen/Generic/print-arith-int.ll Fixed in r143290. It could be reproduced with llc -march=ppc32 on non-native hosts. ...Takumi ------------...