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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Nov 12 12:59:30 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/345

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

Buildslave for this Build: clattner.apple.com

Build Reason: 
Build Source Stamp: 87021
Blamelist: d0k,fjahanian,greened,mrs

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
File: include/llvm/CodeGen/AsmPrinter.h
At: Thu 12 Nov 2009 12:14:53
Changed By: greened
Comments: 
Add comment flags so AsmPrinter can output additional information when
emitting comments.  These flags carry semantic information not otherwise
easily derivable from the IR text.




Files:
 lib/CodeGen/CGObjCMac.cpp
 test/CodeGenObjC/super-message-fragileabi.m
At: Thu 12 Nov 2009 12:14:53
Changed By: fjahanian
Comments: Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending
message to 'super'. Fixes radar 7205866.





File: include/llvm/CodeGen/MachineInstr.h
At: Thu 12 Nov 2009 12:24:53
Changed By: greened
Comments: 
Add AsmPrinter comment flags to machine instructions so that AsmPrinter
can emit extra information in comments.




Files:
 include/llvm/CodeGen/PseudoSourceValue.h
 lib/CodeGen/PseudoSourceValue.cpp
At: Thu 12 Nov 2009 12:29:53
Changed By: greened
Comments: 
Make FixedStackPseudoSourceValue a first-class PseudoSourceValue by
making it visible to clients and adding LLVM-style cast capability.
This will be used by AsmPrinter to determine when to emit spill comments
for an instruction.




Files:
 include/llvm/ADT/StringRef.h
 lib/CodeGen/SelectionDAG/TargetLowering.cpp
 lib/Support/StringRef.cpp
 lib/Target/X86/X86ISelLowering.cpp
 tools/bugpoint/ToolRunner.cpp
At: Thu 12 Nov 2009 12:39:53
Changed By: d0k
Comments: Add compare_lower and equals_lower methods to StringRef. Switch all users of
StringsEqualNoCase (from StringExtras.h) to it.




Files:
 include/llvm/CodeGen/MachineFrameInfo.h
 lib/CodeGen/MachineFunction.cpp
 lib/CodeGen/PreAllocSplitting.cpp
 lib/CodeGen/PrologEpilogInserter.cpp
 lib/CodeGen/RegAllocLocal.cpp
 lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
 lib/CodeGen/VirtRegMap.cpp
 lib/Target/ARM/ARMBaseRegisterInfo.cpp
 lib/Target/ARM/ARMISelLowering.cpp
 lib/Target/Alpha/AlphaISelLowering.cpp
 lib/Target/Blackfin/BlackfinISelLowering.cpp
 lib/Target/Blackfin/BlackfinRegisterInfo.cpp
 lib/Target/CellSPU/SPUISelLowering.cpp
 lib/Target/MSP430/MSP430ISelLowering.cpp
 lib/Target/MSP430/MSP430RegisterInfo.cpp
 lib/Target/Mips/MipsISelLowering.cpp
 lib/Target/Mips/MipsRegisterInfo.cpp
 lib/Target/PIC16/PIC16ISelLowering.cpp
 lib/Target/PowerPC/PPCISelLowering.cpp
 lib/Target/PowerPC/PPCRegisterInfo.cpp
 lib/Target/Sparc/SparcISelLowering.cpp
 lib/Target/SystemZ/SystemZISelLowering.cpp
 lib/Target/X86/X86FastISel.cpp
 lib/Target/X86/X86ISelLowering.cpp
 lib/Target/X86/X86RegisterInfo.cpp
 lib/Target/XCore/XCoreISelLowering.cpp
 lib/Target/XCore/XCoreRegisterInfo.cpp
At: Thu 12 Nov 2009 12:49:53
Changed By: greened
Comments: 
Add a bool flag to StackObjects telling whether they reference spill
slots.  The AsmPrinter will use this information to determine whether to
print a spill/reload comment.

Remove default argument values.  It's too easy to pass a wrong argument
value when multiple arguments have default values.  Make everything
explicit to trap bugs early.

Update all targets to adhere to the new interfaces..




Files:
 lib/CodeGen/CGVtable.cpp
 lib/CodeGen/CodeGenModule.h
At: Thu 12 Nov 2009 12:49:53
Changed By: mrs
Comments: Fix the offset calculations for non-virtual bases with overrides.

Refine the VTT entries for virtual bases to refer to the complete
object's vtable instead of constructor vtables.

Refine the AddressPoint calculations for VTT entries for virtual bases.




LOGS:
Last 10 lines of 'compile.stdio':
	/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/include/llvm/CodeGen/PseudoSourceValue.h:88: error: 'FixedStackPseudoSourceValueVal' was not declared in this scope
	/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/include/llvm/CodeGen/PseudoSourceValue.h: In static member function 'static bool llvm::FixedStackPseudoSourceValue::classof(const llvm::Value*)':
	/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/include/llvm/CodeGen/PseudoSourceValue.h:97: error: 'FixedStackPseudoSourceValueVal' was not declared in this scope
	llvm[3]: Compiling TailRecursionElimination.cpp for Debug build
	make[3]: *** [/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/lib/CodeGen/SelectionDAG/Debug/DAGCombiner.o] Error 1
	make[2]: *** [SelectionDAG/.makeall] Error 2
	make[1]: *** [CodeGen/.makeall] Error 2
	make[1]: *** Waiting for unfinished jobs....
	llvm[3]: Building Debug Archive Library libLLVMScalarOpts.a
	make: *** [all] Error 1




More information about the llvm-testresults mailing list