[LLVMdev] [release_30] ppc-redhat-linux (fedora 12 ps3)
NAKAMURA Takumi
geek4civic at gmail.com
Sun Oct 30 16:23:39 PDT 2011
It can pass on trunk.
http://bb.pgr.jp/builders/clang-ppc-linux/builds/91/steps/test_llvm/logs/stdio
Note: You still need to add -UPPC on configure or make.
Clang tests will not let passed for me. There might be many issues.
It fails on some point on release_30.
r143303 in release_30
http://bb.pgr.jp/builders/clang-ppc-linux/builds/92/steps/test_llvm/logs/stdio
Failing Tests (5):
* LLVM :: CodeGen/X86/dbg-i128-const.ll
Fixed in r143194. I think it might be partial fix.
It was endianness issue on MC Dwarf.
* LLVM :: MC/AsmParser/2011-09-06-NoNewline.s
Fixed in r143195. Still it is not "TARGETS" neutral.
(I expect 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PRIx64.diff
Type: application/octet-stream
Size: 1927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111031/6b0c2448/attachment.obj>
More information about the llvm-dev
mailing list