[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Jul 23 01:44:20 PDT 2010


The Buildbot has detected a new failure of llvm-gcc-i386-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-i386-darwin9/builds/7893

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

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

Build Reason: 
Build Source Stamp: 109220
Blamelist: ggreif

BUILD FAILED: failed compile.llvm.stage1

sincerely,
 -The Buildbot


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

CHANGES:
File: include/llvm/Use.h
At: Fri 23 Jul 2010 01:38:47
Changed By: ggreif
Comments: Simplifying use_iterators by dereferencing
is not a good idea. The codebase does not depend
in this any more, and it may introduce hidden
runtime cost. If you get compile errors, please
dereference your iterator before passing to cast<>
(and friends).

Also: please consider caching the result of
operator* and reusing that instead of dereferencing
many times.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[2]: Compiling StrongPHIElimination.cpp for Release+Asserts build
	llvm[2]: Compiling TailDuplication.cpp for Release+Asserts build
	llvm[2]: Compiling TargetInstrInfoImpl.cpp for Release+Asserts build
	llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Release+Asserts build
	llvm[2]: Compiling TwoAddressInstructionPass.cpp for Release+Asserts build
	llvm[2]: Compiling UnreachableBlockElim.cpp for Release+Asserts build
	llvm[2]: Compiling VirtRegMap.cpp for Release+Asserts build
	llvm[2]: Compiling VirtRegRewriter.cpp for Release+Asserts build
	llvm[2]: Building Release+Asserts Archive Library libLLVMCodeGen.a
	make: *** [all] Error 1

Last 10 lines of 'warnings':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/utils/TableGen/NeonEmitter.cpp:1170: warning: control may reach end of non-void function 'unsigned int RangeFromType(llvm::StringRef)' being inlined




More information about the llvm-testresults mailing list