[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Nov 9 18:12:39 PST 2009


The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/267

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

Buildslave for this Build: smoosh-02.apple.com

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

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
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[2]: Compiling UnreachableBlockElim.cpp for Debug build
	llvm[2]: Compiling VirtRegMap.cpp for Debug build
	llvm[2]: Compiling VirtRegRewriter.cpp for Debug build
	llvm[4]: Building Debug Archive Library libLLVMARMAsmPrinter.a
	llvm[4]: Compiling ARMAsmParser.cpp for Debug build
	llvm[2]: Building Debug Archive Library libLLVMCodeGen.a
	llvm[4]: Building Debug Archive Library libLLVMARMAsmParser.a
	llvm[4]: Compiling ARMTargetInfo.cpp for Debug build
	llvm[4]: Building Debug Archive Library libLLVMARMInfo.a
	make: *** [all] Error 1




More information about the llvm-testresults mailing list