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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Nov 4 17:47:36 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/117

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

Buildslave for this Build: clattner.apple.com

Build Reason: 
Build Source Stamp: 86099
Blamelist: david_goodwin,dgregor,dpatel,evancheng,lhames,sandeep

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Sema/Sema.h
 lib/Sema/SemaExpr.cpp
 lib/Sema/SemaOverload.cpp
 lib/Sema/TreeTransform.h
 test/SemaTemplate/instantiate-expr-1.cpp
At: Wed 04 Nov 2009 16:56:40
Changed By: dgregor
Comments: When instantiating a UnaryOperator, allow the resulting expression to
still be dependent or invoke an overloaded operator. Previously, we
only supported builtin operators.

BinaryOperator/CompoundAssignOperator didn't have this issue because
we always built a CXXOperatorCallExpr node, even when name lookup
didn't find any functions to save until instantiation time. Now, that
code builds a BinaryOperator or CompoundAssignOperator rather than a
CXXOperatorCallExpr, to save some space.





File: include/llvm/CodeGen/SlotIndexes.h
At: Wed 04 Nov 2009 16:56:40
Changed By: lhames
Comments: Removed an assert which was causing significant slowdowns in debug builds.
This assert was very conservative to begin with (the error condition is well
covered by tests elsewhere in the code) so we won't miss much by removing it.




Files:
 lib/AsmParser/LLParser.cpp
 lib/AsmParser/LLParser.h
At: Wed 04 Nov 2009 17:16:40
Changed By: dpatel
Comments: Use WeakVH while storing metadata in containers.
This fixes PR5393.




File: lib/CodeGen/LLVMTargetMachine.cpp
At: Wed 04 Nov 2009 17:21:40
Changed By: evancheng
Comments: Now that code placement optimization pass is run for JIT, make sure it's before pre-emit passes.



File: include/llvm/CodeGen/SlotIndexes.h
At: Wed 04 Nov 2009 17:21:40
Changed By: lhames
Comments: Tidied some ugliness in the SlotIndex default constructor.



Files:
 lib/CodeGen/AggressiveAntiDepBreaker.cpp
 lib/CodeGen/AggressiveAntiDepBreaker.h
 lib/CodeGen/PostRASchedulerList.cpp
At: Wed 04 Nov 2009 17:21:40
Changed By: david_goodwin
Comments: Break anti-dependencies using free registers in a round-robin manner to avoid introducing new anti-dependencies.




File: gcc/config/arm/llvm-arm.cpp
At: Wed 04 Nov 2009 17:26:40
Changed By: sandeep
Comments: An aggregate with no register candidate FDTs in it was being marked homogeneous. Committed as obvious.



LOGS:
Last 10 lines of 'compile.stdio':
	llvm[3]: Compiling LowerSetJmp.cpp for Debug build
	llvm[3]: Compiling MergeFunctions.cpp for Debug build
	llvm[3]: Compiling PartialInlining.cpp for Debug build
	llvm[3]: Compiling PartialSpecialization.cpp for Debug build
	llvm[3]: Compiling PruneEH.cpp for Debug build
	llvm[3]: Compiling StripDeadPrototypes.cpp for Debug build
	llvm[3]: Compiling StripSymbols.cpp for Debug build
	llvm[3]: Compiling StructRetPromotion.cpp for Debug build
	llvm[3]: Building Debug Archive Library libLLVMipo.a
	make: *** [all] Error 1




More information about the llvm-testresults mailing list