[llvm-testresults] buildbot failure in smooshlab on clang-powerpc-darwin8

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Nov 9 18:15:53 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/246

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: clattner.apple.com

Build Reason: 
Build Source Stamp: 86647
Blamelist: djg,lattner,mrs,ofv

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


================================================================================

CHANGES:
File: lib/CodeGen/BranchFolding.cpp
At: Mon 09 Nov 2009 17:38:47
Changed By: djg
Comments: Minor code simplification.




File: lib/CodeGen/BranchFolding.cpp
At: Mon 09 Nov 2009 17:38:47
Changed By: djg
Comments: Remove an unused variable.




Files:
 lib/CodeGen/Mangle.cpp
 lib/CodeGen/Mangle.h
At: Mon 09 Nov 2009 17:43:47
Changed By: mrs
Comments: Add mangling for the construction vtable.




File: cmake/config-ix.cmake
At: Mon 09 Nov 2009 17:48:47
Changed By: ofv
Comments: CMake: Remove unnecessary `unset' which was not supported by old cmake
releases.




File: lib/Analysis/InstructionSimplify.cpp
At: Mon 09 Nov 2009 17:58:47
Changed By: lattner
Comments: remove some redundant parens.




Files:
 lib/Transforms/Scalar/JumpThreading.cpp
 test/Transforms/JumpThreading/basic.ll
At: Mon 09 Nov 2009 17:58:47
Changed By: lattner
Comments: make jump threading recursively simplify expressions instead of doing it 
just one level deep.  On the testcase we go from getting this:

F1:                                               ; preds = %T2
  %F = and i1 true, %cond                         ; <i1> [#uses=1]
  br i1 %F, label %X, label %Y

to a fully threaded:

F1:                                               ; preds = %T2
  br label %Y


This changes gets us to the point where we're forming (too many) switch 
instructions on doug's strswitch testcase.





File: lib/CodeGen/Mangle.cpp
At: Mon 09 Nov 2009 17:58:48
Changed By: mrs
Comments: Finish off mangling for the VTT.




LOGS:
Last 10 lines of 'compile.stdio':
	llvm[3]: Compiling PruneEH.cpp for Debug build
	llvm[3]: Compiling TailRecursionElimination.cpp for Debug build
	llvm[3]: Compiling StripDeadPrototypes.cpp for Debug build
	llvm[3]: Compiling StripSymbols.cpp for Debug build
	llvm[3]: Building Debug Archive Library libLLVMScalarOpts.a
	llvm[3]: Compiling StructRetPromotion.cpp for Debug build
	llvm[3]: Compiling Hello.cpp for Debug build (PIC)
	llvm[3]: Building Debug Archive Library libLLVMipo.a
	llvm[3]: Linking Debug Loadable Module LLVMHello.dylib
	make: *** [all] Error 1




More information about the llvm-testresults mailing list