[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Mar 23 16:39:38 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/816
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 99345
Blamelist: johnny,lattner,stoklund,void
BUILD FAILED: failed compile.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/Instructions.h
include/llvm/Support/CallSite.h
lib/Transforms/Utils/InlineFunction.cpp
lib/VMCore/Instructions.cpp
test/Transforms/Inline/noinline.ll
At: Tue 23 Mar 2010 16:02:16
Changed By: lattner
Comments: add some accessors to callsite/callinst/invokeinst to check
for the noinline attribute, and make the inliner refuse to
inline a call site when the call site is marked noinline even
if the callee isn't. This fixes PR6682.
Properties:
File: tools/Makefile
At: Tue 23 Mar 2010 16:12:16
Changed By: void
Comments: Remove if DISABLED not if not DISABLED...
Properties:
File: lib/Target/ARM/ARMInstrFormats.td
At: Tue 23 Mar 2010 16:12:16
Changed By: johnny
Comments: Renamed NVdImmFrm to N1RegModImmFrm.Properties:
Files:
lib/Target/X86/CMakeLists.txt
lib/Target/X86/SSEDomainFix.cpp
lib/Target/X86/X86.h
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
At: Tue 23 Mar 2010 16:17:16
Changed By: stoklund
Comments: Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain crossings.
This is work in progress. So far, SSE execution domain tables are added to
X86InstrInfo, and a skeleton pass is enabled with -sse-domain-fix.Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[2]: Linking Release executable bugpoint (without symbols)
llvm[2]: ======= Finished Linking Release Executable bugpoint (without symbols)
llvm[4]: Building Release Archive Library libplugin_llvmc_Base.a
llvm[4]: Building LLVMC configuration library with tblgen
llvm[4]: Compiling PluginMain.cpp for Release build
llvm[4]: Building Release Archive Library libplugin_llvmc_Clang.a
llvm[3]: Compiling Main.cpp for Release build
llvm[3]: Linking Release executable llvmc (without symbols)
llvm[3]: ======= Finished Linking Release Executable llvmc (without symbols)
make: *** [all] Error 1
Last 10 lines of 'warnings':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/X86/X86ISelLowering.cpp:3434:22: warning: operands of ? are integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/X86/X86ISelLowering.cpp:3435:39: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/SystemZ/SystemZRegisterInfo.cpp:204:44: warning: operands of ? are integers of different signs: 'int64_t' (aka 'long long') and 'uint64_t' (aka 'unsigned long long') [-Wsign-compare]
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:199:55: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/CodeGen/MachineDominators.cpp:22:1: warning: explicit instantiation of 'addRoot' that occurs after an explicit specialization will be ignored (C++0x extension) [-pedantic]
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/CodeGen/VirtRegRewriter.cpp:893:11: warning: operands of ? are integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
clang: warning: argument unused during compilation: '-avoid-version'
clang: warning: argument unused during compilation: '-no-undefined'
clang: warning: argument unused during compilation: '-avoid-version'
clang: warning: argument unused during compilation: '-no-undefined'
More information about the llvm-testresults
mailing list