[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Oct 28 01:24:39 PDT 2009


The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/923

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 85378
Blamelist: lattner,resistor

BUILD FAILED: failed compile llvm-gcc

sincerely,
 -The Buildbot


================================================================================

CHANGES:
File: docs/Passes.html
At: Tue 27 Oct 2009 21:50:01
Changed By: lattner
Comments: doc bug spotted by apinski




Files:
 include/llvm/Constant.h
 include/llvm/Constants.h
 lib/Bitcode/Writer/BitcodeWriter.cpp
 lib/Target/MSIL/MSILWriter.cpp
 lib/Transforms/IPO/StripSymbols.cpp
 lib/VMCore/ConstantFold.cpp
 lib/VMCore/Constants.cpp
At: Tue 27 Oct 2009 22:15:01
Changed By: lattner
Comments: Previously, all operands to Constant were themselves constant.
In the new world order, BlockAddress can have a BasicBlock operand.
This doesn't permute much, because if you have a ConstantExpr (or
anything more specific than Constant) we still know the operand has
to be a Constant.




File: lib/CodeGen/CGExpr.cpp
At: Tue 27 Oct 2009 22:15:02
Changed By: lattner
Comments: adjust for a pending LLVM change.




Files:
 include/llvm/Bitcode/LLVMBitCodes.h
 lib/Bitcode/Writer/BitcodeWriter.cpp
 lib/Bitcode/Writer/ValueEnumerator.cpp
 lib/Bitcode/Writer/ValueEnumerator.h
At: Tue 27 Oct 2009 22:25:01
Changed By: lattner
Comments: bitcode writer support for blockaddress.




Files:
 lib/Bitcode/Reader/BitcodeReader.cpp
 lib/Bitcode/Reader/BitcodeReader.h
 test/Feature/terminators.ll
At: Tue 27 Oct 2009 22:55:01
Changed By: lattner
Comments: add bitcode reader support for blockaddress.  We can now fully
round trip blockaddress through .ll and .bc files, so add a testcase.

There are still a bunch of places in the optimizer and other places
that need to be updated to work with these constructs, but at least
the basics are in now.




Files:
 lib/Analysis/MemoryDependenceAnalysis.cpp
 test/Transforms/GVN/invariant-simple.ll
At: Tue 27 Oct 2009 23:20:01
Changed By: resistor
Comments: Add trivial support for the invariance intrinsics to memdep.  This logic is
purely local for now.




LOGS:
Last 10 lines of 'compile llvm-gcc.stdio':
	Comparing stages 2 and 3
	warning: ./cc1-checksum.o differs
	warning: ./cc1obj-checksum.o differs
	warning: ./cc1objplus-checksum.o differs
	warning: ./cc1plus-checksum.o differs
	Bootstrap comparison failure!
	./except.o differs
	make[2]: *** [compare] Error 1
	make[1]: *** [stage3-bubble] Error 2
	make: *** [all] Error 2

Last 10 lines of 'compile llvm-gcc.warnings':
	ld warning: can't add line info to anonymous symbol _free$lazy_ptr from ../libiberty/libiberty.a(regex.o)
	ld warning: can't add line info to anonymous symbol __nl_free_domain_conv$lazy_ptr from ./../intl/libintl.a(dcigettext.o)
	ld warning: can't add line info to anonymous symbol _libintl_gettext_extract_plural$lazy_ptr from ./../intl/libintl.a(loadmsgcat.o)
	ld warning: can't add line info to anonymous symbol _free$lazy_ptr from ./../intl/libintl.a(plural.o)
	/Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm-gcc.src/gcc/libgcc2.c:412: warning: control reaches end of non-void function
	/Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm-gcc.src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return
	warning: ./cc1-checksum.o differs
	warning: ./cc1obj-checksum.o differs
	warning: ./cc1objplus-checksum.o differs
	warning: ./cc1plus-checksum.o differs




More information about the llvm-testresults mailing list