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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Mar 4 11:54:17 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/5893

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

Buildslave for this Build: ddunbar2.apple.com

Build Reason: 
Build Source Stamp: 97739
Blamelist: jyasskin,lattner

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/ExecutionEngine/JIT/JITEmitter.cpp
 unittests/ExecutionEngine/JIT/JITTest.cpp
At: Thu 04 Mar 2010 11:48:57
Changed By: jyasskin
Comments: Fix PR6360.  It's easy for a stub's address to escape to user code, so we can't
just count references to it from JIT output to decide when to destroy it.  This
patch waits to destroy the JIT's memory of a stub until the Function it refers
to is destroyed.  External function stubs and GVIndirectSyms aren't destroyed
until the JIT itself is.
Properties: 




File: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
At: Thu 04 Mar 2010 11:48:57
Changed By: lattner
Comments: add a statistic for # times fastisel fails.
Properties: 




File: lib/Target/X86/X86FastISel.cpp
At: Thu 04 Mar 2010 11:48:57
Changed By: lattner
Comments: make gep matching in fastisel match the base of the gep as a
register if it isn't possible to match the indexes *and* the base.
This fixes some fast isel rejects of load instructions on oggenc.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[2]: Compiling StrongPHIElimination.cpp for Debug build
	llvm[2]: Compiling TailDuplication.cpp for Debug build
	llvm[2]: Compiling TargetInstrInfoImpl.cpp for Debug build
	llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Debug build
	llvm[2]: Compiling TwoAddressInstructionPass.cpp for Debug build
	llvm[2]: Compiling UnreachableBlockElim.cpp for Debug build
	llvm[2]: Compiling VirtRegMap.cpp for Debug build
	llvm[2]: Compiling VirtRegRewriter.cpp for Debug build
	llvm[2]: Building Debug Archive Library libLLVMCodeGen.a
	make: *** [all] Error 1




More information about the llvm-testresults mailing list