[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Jul 23 11:43:54 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/3538
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 109243
Blamelist: djg,kremenek
BUILD FAILED: failed compile.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/CodeGen/SelectionDAG/TargetLowering.cpp
test/CodeGen/X86/shl-anyext.ll
At: Fri 23 Jul 2010 11:03:49
Changed By: djg
Comments: DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bits
are not demanded. This often allows the anyext to be folded away.
Properties:
File: include/clang/Analysis/FlowSensitive/DataflowSolver.h
At: Fri 23 Jul 2010 11:18:47
Changed By: kremenek
Comments: Dataflow solver: Don't overrwite the initial value of a block with top unless new values are available. Patch by Simone Pellegrini!Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[4]: Building Release+Asserts Archive Library libLLVMARMAsmPrinter.a
llvm[4]: Compiling ARMAsmParser.cpp for Release+Asserts build
llvm[4]: Compiling ARMAsmLexer.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMARMAsmParser.a
llvm[4]: Compiling ARMDisassembler.cpp for Release+Asserts build
llvm[4]: Compiling ARMDisassemblerCore.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMARMDisassembler.a
llvm[4]: Compiling ARMTargetInfo.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMARMInfo.a
make: *** [all] Error 1
More information about the llvm-testresults
mailing list