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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Aug 16 11:53:55 PDT 2010


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/9414

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

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 111171
Blamelist: bwilson,cornedbee,dgregor,grosbach,mfleming,stoklund

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/CodeGen/MachineFrameInfo.h
 lib/CodeGen/LocalStackSlotAllocation.cpp
At: Mon 16 Aug 2010 11:11:14
Changed By: grosbach
Comments: track local frame size in MFI, not local to the pass, since PEI needs it.Properties: 




Files:
 include/clang/AST/CanonicalType.h
 include/clang/AST/TypeOrdering.h
 include/clang/Frontend/ASTUnit.h
 lib/Frontend/ASTUnit.cpp
 test/Index/complete-exprs.c
At: Mon 16 Aug 2010 11:11:14
Changed By: dgregor
Comments: When caching code completions for global declarations, keep track of
the usage type of each declaration result, then compare those types to
the preferred type of the completion. This provides parity in the
priority calculation between the code-completion results produced
directly from Sema and those cached by ASTUnit. 

For the standard Cocoa.h (+ others) example, there's a penalty of 3-4
hundredeths of a second when caching the global results (for ~31,000
results), because we need an ASTContext-agnostic representation of
types for the comparison, and therefore we use... strings. Eventually,
we'd like to implement a more efficient ASTContext-agnostic encoding
of types.

Properties: 




Files:
 include/clang/Driver/CC1Options.td
 include/clang/Frontend/FrontendOptions.h
 lib/Frontend/CompilerInvocation.cpp
 lib/Frontend/ExecuteCompilerInvocation.cpp
At: Mon 16 Aug 2010 11:20:59
Changed By: cornedbee
Comments: Add two options for playing with modules.Properties: 




File: lib/Target/X86/X86FloatingPoint.cpp
At: Mon 16 Aug 2010 11:25:58
Changed By: stoklund
Comments: Partially revert r111155. It looks like MSVC is calling an operator<() that
clang says is unused.Properties: 




Files:
 lib/Target/ARM/ARMAsmPrinter.cpp
 lib/Target/ARM/ARMInstrInfo.td
 lib/Target/ARM/ARMInstrThumb2.td
 lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
 lib/Target/ARM/AsmPrinter/ARMInstPrinter.h
 utils/TableGen/EDEmitter.cpp
At: Mon 16 Aug 2010 11:31:01
Changed By: bwilson
Comments: Rename sat_shift operand to shift_imm, in preparation for using it for other
instructions besides saturate instructions.  No functional changes.
Properties: 




Files:
 include/llvm/MC/MCContext.h
 include/llvm/MC/MCSectionELF.h
At: Mon 16 Aug 2010 11:35:58
Changed By: mfleming
Comments: ELF entry size support.

Some ELF sections contain fixed-sized entries. Provide a way to record
the entry size of a section.

Properties: 




Files:
 include/llvm/MC/MCAssembler.h
 lib/MC/MCAssembler.cpp
At: Mon 16 Aug 2010 11:35:58
Changed By: mfleming
Comments: Record a symbol's size which is needed for ELF symbol tables.
Properties: 




Files:
 include/llvm/MC/MCAssembler.h
 lib/MC/MCAssembler.cpp
At: Mon 16 Aug 2010 11:35:58
Changed By: mfleming
Comments: Layout helper function.

Introduce a helper method to add a section to the end of a layout. This
will be used by the ELF ObjectWriter code to add the metadata sections
(symbol table, etc) to the end of an object file.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[2]: Compiling TargetRegisterInfo.cpp for Debug+Asserts build
	llvm[3]: Compiling MBlazeTargetObjectFile.cpp for Debug+Asserts build
	llvm[2]: Compiling TargetSubtarget.cpp for Debug+Asserts build
	llvm[2]: Building Debug+Asserts Archive Library libLLVMTarget.a
	llvm[3]: Building Debug+Asserts Archive Library libLLVMMBlazeCodeGen.a
	llvm[4]: Compiling MBlazeAsmPrinter.cpp for Debug+Asserts build
	llvm[4]: Building Debug+Asserts Archive Library libLLVMMBlazeAsmPrinter.a
	llvm[4]: Compiling MBlazeTargetInfo.cpp for Debug+Asserts build
	llvm[4]: Building Debug+Asserts Archive Library libLLVMMBlazeInfo.a
	make: *** [all] Error 1




More information about the llvm-testresults mailing list