[llvm-testresults] buildbot failure in smooshlab on clang-powerpc-darwin8
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Nov 9 15:28:16 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/240
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: clattner.apple.com
Build Reason:
Build Source Stamp: 86613
Blamelist: ddunbar,djg,fjahanian,grosbach,jyasskin,lattner,mrs
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Sema/Sema.h
At: Mon 09 Nov 2009 14:28:47
Changed By: fjahanian
Comments: Removed a FIXME on nested type specifier warning.
File: lib/Sema/Sema.h
At: Mon 09 Nov 2009 14:28:47
Changed By: fjahanian
Comments: Further change in a comment.
File: lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
At: Mon 09 Nov 2009 14:28:47
Changed By: mrs
Comments: Fix for 64-bit builds.
File: lib/CodeGen/SelectionDAG/DAGCombiner.cpp
At: Mon 09 Nov 2009 14:28:47
Changed By: djg
Comments: Remove an unneeded #include.
File: lib/Target/ARM/ARMBaseRegisterInfo.cpp
At: Mon 09 Nov 2009 14:33:47
Changed By: grosbach
Comments: Set dynamic stack realignment to real values.
File: lib/Transforms/Scalar/JumpThreading.cpp
At: Mon 09 Nov 2009 14:33:47
Changed By: lattner
Comments: stub out a new form of BasicBlock::RemovePredecessorAndSimplify which
simplifies instruction users of PHIs when the phi is eliminated. This
will be moved to transforms/utils after some other refactoring.
File: lib/Target/ARM/ARMBaseRegisterInfo.cpp
At: Mon 09 Nov 2009 14:33:47
Changed By: grosbach
Comments: Enable dynamic stack realignment by default.
Files:
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/JITMemoryManager.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/JIT/JIT.cpp
lib/ExecutionEngine/JIT/JIT.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/ExecutionEngine/JIT/JITMemoryManager.cpp
unittests/ExecutionEngine/JIT/JITTest.cpp
At: Mon 09 Nov 2009 14:38:47
Changed By: jyasskin
Comments: Remove dlsym stubs, with Nate Begeman's permission.
Files:
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/object-size.c
At: Mon 09 Nov 2009 14:43:47
Changed By: mrs
Comments: Enable the use of the new llvm objectsize intrinsic.
File: tools/clang-cc/clang-cc.cpp
At: Mon 09 Nov 2009 14:48:47
Changed By: ddunbar
Comments: (llvm up) Convert clang-cc.cpp:GetLanguage to StringSwitch.
File: tools/clang-cc/clang-cc.cpp
At: Mon 09 Nov 2009 14:48:47
Changed By: ddunbar
Comments: Change clang-cc to expect that all inputs have the same language (so we can only construct a single LangInfo). This matches how it is used in practice (since the compiler only it invokes it for one file at a time).
File: include/clang/Frontend/HeaderSearchOptions.h
At: Mon 09 Nov 2009 14:48:47
Changed By: ddunbar
Comments: Add default initializer for Sysroot ivar.
File: tools/clang-cc/clang-cc.cpp
At: Mon 09 Nov 2009 14:48:47
Changed By: ddunbar
Comments: Switch Target* to Target&.
Files:
include/clang/Frontend/CompilerInvocation.h
tools/clang-cc/clang-cc.cpp
At: Mon 09 Nov 2009 14:48:47
Changed By: ddunbar
Comments: Move LangOptions, HeaderSearchOptions, and the target feature map into
CompilerInvocation.
Files:
include/llvm/Analysis/InstructionSimplify.h
lib/Analysis/CMakeLists.txt
lib/Analysis/InstructionSimplify.cpp
At: Mon 09 Nov 2009 14:58:48
Changed By: lattner
Comments: stub out a new libanalysis "instruction simplify" interface that
takes decimated instructions and applies identities to them. This
is pretty minimal at this point, but I plan to pull some instcombine
logic out into these and similar routines.
LOGS:
Last 10 lines of 'compile.stdio':
llvm[4]: Compiling Types.cpp for Debug build
llvm[4]: Building Debug Archive Library libclangDriver.a
llvm[4]: Compiling clang-cc.cpp for Debug build
clang-cc.cpp: In function 'LangKind GetLanguage()':
clang-cc.cpp:2154: error: 'class llvm::StringSwitch<LangKind>' has no member named 'Cases'
make[4]: *** [/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/tools/clang/tools/clang-cc/Debug/clang-cc.o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1
More information about the llvm-testresults
mailing list