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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Dec 15 12:37:05 PST 2010


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

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

Buildslave for this Build: smoosh-03.apple.com

Build Reason: 
Build Source Stamp: 121888
Blamelist: djg,peckw

BUILD FAILED: failed compile.llvm-gcc.stage1

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/Analysis/ValueTracking.h
 include/llvm/Value.h
 lib/Analysis/BasicAliasAnalysis.cpp
 lib/Analysis/ConstantFolding.cpp
 lib/Analysis/IPA/GlobalsModRef.cpp
 lib/Analysis/LazyValueInfo.cpp
 lib/Analysis/Lint.cpp
 lib/Analysis/Loads.cpp
 lib/Analysis/LoopDependenceAnalysis.cpp
 lib/Analysis/MemoryDependenceAnalysis.cpp
 lib/Analysis/ValueTracking.cpp
 lib/CodeGen/ScheduleDAGInstrs.cpp
 lib/Transforms/Scalar/DeadStoreElimination.cpp
 lib/Transforms/Scalar/GVN.cpp
 lib/Transforms/Scalar/ScalarReplAggregates.cpp
 lib/VMCore/Value.cpp
At: Wed 15 Dec 2010 12:06:47
Changed By: djg
Comments: Move Value::getUnderlyingObject to be a standalone
function so that it can live in Analysis instead of
VMCore.
Properties: 




File: lib/Analysis/ValueTracking.cpp
At: Wed 15 Dec 2010 12:16:51
Changed By: djg
Comments: Strengthen GetUnderlyingObject using InstructionSimplify.

While LLVM's main design is that analysis code shouldn't
go out of its way to understand code which hasn't been
InstCombined, analysis utility routines like this can
find themselves being called in the middle of transform
passes when instcombine hasn't had a chance to run.
Properties: 




File: include/llvm/CallingConv.h
At: Wed 15 Dec 2010 12:16:51
Changed By: peckw
Comments: Adding target specific calling conventions to support the MBlaze GCC function
attributes "interrupt_handle" and "save_volatiles". Support for lowering these
correctly will be in an upcoming commit.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	configure: creating ./config.status
	config.status: creating Makefile
	config.status: creating gccbug
	config.status: creating mklibgcc
	config.status: creating libada-mk
	config.status: creating ada/Makefile
	config.status: creating auto-host.h
	config.status: executing default commands
	make[1]: *** [stage2-bubble] Error 2
	make: *** [all] Error 2

Last 10 lines of 'warnings':
	ld warning: can't find matching function for eh symbol ___register_frame_table.eh
	ld warning: can't find matching function for eh symbol ___register_frame.eh
	ld warning: can't find matching function for eh symbol _search_object.eh
	ld warning: can't find matching function for eh symbol ___deregister_frame_info_bases.eh
	ld warning: can't find matching function for eh symbol _live_image_destructor.eh
	ld warning: can't find matching function for eh symbol ___deregister_frame_info.eh
	ld warning: can't find matching function for eh symbol ___deregister_frame.eh
	ld warning: can't find matching function for eh symbol __Unwind_Find_FDE.eh
	ld warning: can't find matching function for eh symbol ___gcc_personality_v0.eh
	ld warning: can't find matching function for eh symbol _read_encoded_value.eh




More information about the llvm-testresults mailing list