[llvm-testresults] buildbot failure in smooshlab on clang-powerpc-darwin8
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Nov 4 12:31:14 PST 2009
The Buildbot has detected a new failure of clang-powerpc-darwin8 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-powerpc-darwin8/builds/109
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: clattner.apple.com
Build Reason:
Build Source Stamp: 86043
Blamelist: bwilson,dpatel,fjahanian,lattner,stoklund
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Transforms/Scalar/SCCP.cpp
At: Wed 04 Nov 2009 11:01:40
Changed By: lattner
Comments: Fix an iterator invalidation bug that happens when a hashtable
resizes in IPSCCP. This fixes PR5394.
Files:
lib/CodeGen/CGCXX.cpp
test/CodeGenCXX/ptr-to-member-function.cpp
At: Wed 04 Nov 2009 11:16:40
Changed By: fjahanian
Comments: Add code gen for pointer-to-member function in
ctor's initializer. Fixes pr5178.
Files:
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
At: Wed 04 Nov 2009 11:26:40
Changed By: stoklund
Comments: Print out an informative comment for KILL instructions.
The KILL pseudo-instruction may survive to the asm printer pass, just like the IMPLICIT_DEF. Print the KILL as a comment instead of just leaving a blank line in the output.
With -asm-verbose=0, a blank line is printed, like IMPLICIT?DEF.
File: test/CodeGen/ARM/indirectbr.ll
At: Wed 04 Nov 2009 11:26:40
Changed By: bwilson
Comments: Add test for ARM indirectbr codegen.
File: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
At: Wed 04 Nov 2009 11:41:40
Changed By: dpatel
Comments: Array element size does not match array size but array is not a bitfield.
LOGS:
Last 10 lines of 'test-llvm.stdio':
Running /Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/test/Transforms/TailDup/dg.exp ...
Running /Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/test/Verifier/dg.exp ...
=== Summary ===
# of expected passes 4134
# of unexpected failures 1
# of expected failures 27
make[1]: *** [check-local] Error 1
make: *** [check] Error 2
Last 10 lines of 'test-llvm.fails':
FAIL: /Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/test/CodeGen/ARM/indirectbr.ll
More information about the llvm-testresults
mailing list