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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sun Nov 14 20:27:09 PST 2010


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

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

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

Build Reason: 
Build Source Stamp: 119116
Blamelist: lattner

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
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':
	make[1]: *** Waiting for unfinished jobs....
	llvm[2]: Compiling TailDuplication.cpp for Debug+Asserts build
	llvm[2]: Compiling TargetInstrInfoImpl.cpp for Debug+Asserts build
	llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Debug+Asserts build
	llvm[2]: Compiling TwoAddressInstructionPass.cpp for Debug+Asserts build
	llvm[2]: Compiling UnreachableBlockElim.cpp for Debug+Asserts build
	llvm[2]: Compiling VirtRegMap.cpp for Debug+Asserts build
	llvm[2]: Compiling VirtRegRewriter.cpp for Debug+Asserts build
	llvm[2]: Building Debug+Asserts Archive Library libLLVMCodeGen.a
	make: *** [all] Error 1

Last 10 lines of 'warnings':
	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