[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Jul 23 01:48:49 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/3177
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 109220
Blamelist: ggreif
BUILD FAILED: failed compile
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[4]: Building Debug+Asserts Archive Library libLLVMX86Disassembler.a
llvm[4]: Compiling X86TargetInfo.cpp for Debug+Asserts build
llvm[4]: Building Debug+Asserts Archive Library libLLVMX86Info.a
llvm[4]: Building Debug+Asserts Archive Library libLLVMARMDisassembler.a
llvm[4]: Compiling ARMTargetInfo.cpp for Debug+Asserts build
llvm[3]: Building Debug+Asserts Archive Library libLLVMipa.a
llvm[4]: Building Debug+Asserts Archive Library libLLVMARMInfo.a
make[1]: *** [Target/.makeall] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 1
Last 10 lines of 'warnings':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Target/PowerPC/PPCBranchSelector.cpp:56: warning: cast from type 'const llvm::PPCInstrInfo*' to type 'llvm::PPCInstrInfo*' casts away constness
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/lib/Target/MSP430/MSP430BranchSelector.cpp:55: warning: cast from type 'const llvm::MSP430InstrInfo*' to type 'llvm::MSP430InstrInfo*' casts away constness
More information about the llvm-testresults
mailing list