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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Mar 23 17:13:49 PDT 2010


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/1702

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

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

Build Reason: 
Build Source Stamp: 99351
Blamelist: ddunbar,dgregor,johnny,lattner,stoklund,void

BUILD FAILED: failed compile.llvm.stage1

sincerely,
 -The Buildbot


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

CHANGES:
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: 




Files:
 include/llvm/Intrinsics.td
 include/llvm/IntrinsicsARM.td
 include/llvm/IntrinsicsPowerPC.td
 include/llvm/IntrinsicsX86.td
 lib/Target/Blackfin/BlackfinIntrinsics.td
 lib/Target/MBlaze/MBlazeIntrinsics.td
At: Tue 23 Mar 2010 16:47:16
Changed By: lattner
Comments: [llvm_void_ty] is no longer needed for result types, 
just use an empty result list.
Properties: 




File: utils/TableGen/CodeGenTarget.cpp
At: Tue 23 Mar 2010 16:47:16
Changed By: lattner
Comments: reject void in intrinsic type lists.
Properties: 




File: lib/MC/MCExpr.cpp
At: Tue 23 Mar 2010 16:52:23
Changed By: ddunbar
Comments: llvm-mc: Fast path EvaluateAbsolute of constants.Properties: 




File: tools/llvm-mc/llvm-mc.cpp
At: Tue 23 Mar 2010 16:52:23
Changed By: ddunbar
Comments: llvm-mc: Support -filetype=null, for timing purposes.Properties: 




Files:
 lib/MC/MCAssembler.cpp
 lib/MC/MCExpr.cpp
At: Tue 23 Mar 2010 16:52:23
Changed By: ddunbar
Comments: MC: Sprinkle in some more interesting statistics.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:52:23
Changed By: stoklund
Comments: Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain crossings."

This reverts commit 99345. It was breaking buildbots.Properties: 




File: utils/TableGen/CodeGenDAGPatterns.cpp
At: Tue 23 Mar 2010 16:52:23
Changed By: lattner
Comments: Cleanup getImplicitType
Properties: 




Files:
 include/clang/AST/CXXInheritance.h
 include/clang/AST/DeclCXX.h
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/AST/CXXInheritance.cpp
 lib/Sema/SemaDeclCXX.cpp
 test/CXX/class.derived/class.abstract/p4.cpp
 test/CXX/class.derived/class.abstract/p5.cpp
 test/CXX/class.derived/class.virtual/p2.cpp
At: Tue 23 Mar 2010 16:52:23
Changed By: dgregor
Comments: Implement computation of the final overriders for each virtual
function within a class hierarchy (C++ [class.virtual]p2).

We use the final-overrider computation to determine when a particular
class is ill-formed because it has multiple final overriders for a
given virtual function (e.g., because two virtual functions override
the same virtual function in the same virtual base class). Fixes
PR5973.

We also use the final-overrider computation to determine which virtual
member functions are pure when determining whether a class is
abstract or diagnosing the improper use of an abstract class. The
prior approach to determining whether there were any pure virtual
functions in a class didn't cope with virtual base class subobjects
properly, and could not easily be fixed to deal with the oddities of
subobject hiding. Fixes PR6631.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	collect2: ld returned 1 exit status
	make[2]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/Release/bin/llc] Error 1
	make[1]: *** [llc/.makeall] Error 2
	make[1]: *** Waiting for unfinished jobs....
	llvm[2]: Compiling llvm-nm.cpp for Release build
	llvm[2]: Linking Release executable llvm-nm (without symbols)
	llvm[2]: ======= Finished Linking Release Executable llvm-nm (without symbols)
	llvm[2]: Linking Release executable opt (without symbols)
	llvm[2]: ======= Finished Linking Release Executable opt (without symbols)
	make: *** [all] Error 1




More information about the llvm-testresults mailing list