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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sun Nov 14 20:30:47 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/10973

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

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

Build Reason: 
Build Source Stamp: 119116
Blamelist: lattner

BUILD FAILED: failed compile.llvm.stage1

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
At: Sun 14 Nov 2010 19:58:25
Changed By: lattner
Comments: fix some fixme's, removing dead code.
Properties: 




Files:
 lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
 lib/Target/PowerPC/PPC.td
At: Sun 14 Nov 2010 19:58:25
Changed By: lattner
Comments: dissolve some more hacks.
Properties: 




Files:
 lib/Target/PowerPC/CMakeLists.txt
 lib/Target/PowerPC/Makefile
 lib/Target/PowerPC/PPC.h
 lib/Target/PowerPC/PPCMCCodeEmitter.cpp
 lib/Target/PowerPC/PPCTargetMachine.cpp
At: Sun 14 Nov 2010 20:22:37
Changed By: lattner
Comments: Implement a basic MCCodeEmitter for PPC.  This doesn't handle
fixups yet, and doesn't handle actually encoding operand values,
but this is enough for llc -show-mc-encoding to show the base
instruction encoding information, e.g.:

	mflr r0                         ; encoding: [0x7c,0x08,0x02,0xa6]
	stw r0, 8(r1)                   ; encoding: [0x90,0x00,0x00,0x00]
	stwu r1, -64(r1)                ; encoding: [0x94,0x00,0x00,0x00]
Ltmp0:
	lhz r4, 4(r3)                   ; encoding: [0xa0,0x00,0x00,0x00]
	cmplwi cr0, r4, 8               ; encoding: [0x28,0x00,0x00,0x00]
	beq cr0, LBB0_2                 ; encoding: [0x40,0x00,0x00,0x00]

Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Release+Asserts build
	llvm[4]: Building Release+Asserts Archive Library libLLVMARMInfo.a
	make[1]: *** [Target/.makeall] Error 2
	make[1]: *** Waiting for unfinished jobs....
	llvm[2]: Compiling TwoAddressInstructionPass.cpp for Release+Asserts build
	llvm[2]: Compiling UnreachableBlockElim.cpp for Release+Asserts build
	llvm[2]: Compiling VirtRegMap.cpp for Release+Asserts build
	llvm[2]: Compiling VirtRegRewriter.cpp for Release+Asserts build
	llvm[2]: Building Release+Asserts Archive Library libLLVMCodeGen.a
	make: *** [all] Error 1

Last 10 lines of 'warnings':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/MC/MCDwarf.cpp:267: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)'




More information about the llvm-testresults mailing list