[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Nov 16 08:22:02 PST 2009
The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/379
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04.apple.com
Build Reason:
Build Source Stamp: 88913
Blamelist: baldrick,greened
BUILD FAILED: failed buildit-llvmgcc42
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/CodeGen/CGBuiltin.cpp
At: Mon 16 Nov 2009 05:12:31
Changed By: baldrick
Comments: Pass a value for the isSigned parameter of CreateIntCast, rather than
passing the name (an exotic way of specifying that the result is signed!).
File: lib/VMCore/Core.cpp
At: Mon 16 Nov 2009 05:17:31
Changed By: baldrick
Comments: BuildIntCast takes an additional parameter, isSigned.
Files:
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
test/CodeGen/X86/2009-09-10-SpillComments.ll
At: Mon 16 Nov 2009 07:12:31
Changed By: greened
Comments:
Support spill comments.
Have the asm printer emit a comment if an instruction is a spill or
reload and have the spiller mark copies it introdues so the asm printer
can also annotate those.
File: gcc/llvm-convert.cpp
At: Mon 16 Nov 2009 07:27:31
Changed By: baldrick
Comments: Don't pass the name as the isSigned parameter to CreateIntCast.
Files:
include/llvm/Support/Compiler.h
include/llvm/Support/IRBuilder.h
At: Mon 16 Nov 2009 07:32:31
Changed By: baldrick
Comments: Make sure that if anyone passes a name by accident for the isSigned
parameter of CreateIntCast then they get an error from the compiler
(or from the linker with a non-gcc compiler). Another possibility
is to flip the order of the DestTy and isSigned parameters, since you
should then get a compiler warning if you try to use a char* for a
Type*.
LOGS:
Last 10 lines of 'buildit-llvmgcc42.stdio':
from /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/llvm-debug.h:31,
from /Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmgcc42.roots/llvmgcc42~obj/src/gcc/llvm-debug.cpp:27:
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/include/llvm/Support/IRBuilder.h:714: warning: 'error' attribute directive ignored
make[4]: *** [llvm-debug.o] Error 1
rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gcc.pod gpl.pod
make[3]: *** [all-stage2-gcc] Error 2
make[2]: *** [stage2-bubble] Error 2
make[1]: *** [all] Error 2
+ exit 1
make: *** [install] Error 1
Last 10 lines of 'buildit-llvmgcc42.warnings':
warning: structure `c_switch' used but not defined
warning: structure `et_node' used but not defined
warning: structure `loop' used but not defined
warning: structure `ipa_reference_vars_info_d' used but not defined
warning: structure `reg_info_def' used but not defined
warning: structure `value_set' used but not defined
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/include/llvm/Support/IRBuilder.h:714: warning: 'error' attribute directive ignored
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/include/llvm/Support/IRBuilder.h:714: warning: 'error' attribute directive ignored
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/include/llvm/Support/IRBuilder.h:714: warning: 'error' attribute directive ignored
/Volumes/Sandbox/Buildbot/llvm/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~dst/Developer/usr/local/include/llvm/Support/IRBuilder.h:714: warning: 'error' attribute directive ignored
More information about the llvm-testresults
mailing list