[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Jul 22 14:37:29 PDT 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/7876
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-03.apple.com
Build Reason:
Build Source Stamp: 109170
Blamelist: bruno,echristo,lattner,rjmccall
BUILD FAILED: failed compile.llvm.stage1
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86MCInstLower.h
At: Thu 22 Jul 2010 14:13:26
Changed By: lattner
Comments: X86MCInstLower now depends on AsmPrinter being around.
Properties:
File: autoconf/configure.ac
At: Thu 22 Jul 2010 14:18:22
Changed By: echristo
Comments: Try to work around the relative install-sh path problem.
Patch from Eli.
Properties:
File: configure
At: Thu 22 Jul 2010 14:18:22
Changed By: echristo
Comments: Regenerate.
Properties:
File: lib/Target/ARM/ARMBaseRegisterInfo.cpp
At: Thu 22 Jul 2010 14:18:22
Changed By: lattner
Comments: switch a private implementation of GetFunctionSizeInBytes.
This is probably not the best way to implement "Force LR to
be spilled if the Thumb function size is > 2048." do this,
it should use the branch shortening infrastructure, but I'm
just preserving functionality here.
Properties:
Files:
include/llvm/ExecutionEngine/JITMemoryManager.h
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/TargetInstrInfoImpl.cpp
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
At: Thu 22 Jul 2010 14:18:22
Changed By: lattner
Comments: remove the JIT "NeedsExactSize" feature and supporting logic.
Properties:
Files:
lib/Target/X86/X86InstrSSE.td
test/MC/AsmParser/X86/x86_64-encoding.s
At: Thu 22 Jul 2010 14:23:26
Changed By: bruno
Comments: Add remaining AVX instructions (most of them dealing with GR64 destinations. This complete the assembler support for the general AVX ISA. But we still miss instructions from FMA3 and CLMUL specific feature flags, which are now the next stepProperties:
Files:
lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
lib/ExecutionEngine/JIT/JITDwarfEmitter.h
At: Thu 22 Jul 2010 14:23:26
Changed By: lattner
Comments: remove the dwarf sizing stuff which is now dead, it was
"yet another" copy of the dwarf EH emission code that was
copied, pasted and slightly hacked up.
Properties:
Files:
include/llvm/Target/TargetInstrInfo.h
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/MSP430/MSP430BranchSelector.cpp
lib/Target/PowerPC/PPCBranchSelector.cpp
At: Thu 22 Jul 2010 14:28:25
Changed By: lattner
Comments: eliminate the TargetInstrInfo::GetInstSizeInBytes hook.
ARM/PPC/MSP430-specific code (which are the only targets that
implement the hook) can directly reference their target-specific
instrinfo classes.
Properties:
File: lib/CodeGen/CGDecl.cpp
At: Thu 22 Jul 2010 14:28:25
Changed By: rjmccall
Comments: Turn off EH cleanups for __block variables; they caused some internal buildbot
failures. There's a radar tracking this.
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[2]: Compiling StringRefTest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test Support (without symbols)
llvm[2]: ======= Finished Linking Release+Asserts Unit test Support (without symbols)
llvm[2]: Compiling TripleTest.cpp for Release+Asserts build
llvm[2]: Compiling TwineTest.cpp for Release+Asserts build
llvm[2]: Compiling ValueMapTest.cpp for Release+Asserts build
llvm[2]: Compiling ilistTest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test ADT (without symbols)
llvm[2]: ======= Finished Linking Release+Asserts Unit test ADT (without symbols)
make: *** [all] Error 1
Last 10 lines of 'warnings':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/utils/TableGen/NeonEmitter.cpp:1170: warning: control may reach end of non-void function 'unsigned int RangeFromType(llvm::StringRef)' being inlined
More information about the llvm-testresults
mailing list