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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Nov 6 20:20:59 PST 2009


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

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

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

Build Reason: 
Build Source Stamp: 86329
Blamelist: evancheng,kremenek,rjmccall

BUILD FAILED: failed compile llvm

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/clang/AST/Type.h
 include/clang/Basic/DiagnosticGroups.td
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/AST/Type.cpp
 lib/Sema/Sema.cpp
 test/Analysis/array-struct.c
At: Fri 06 Nov 2009 19:32:40
Changed By: rjmccall
Comments: Implement -Wconversion.  Off by default, in the non-gcc group.  There's
significant work left to be done to reduce the false-positive rate here.





File: test/Sema/conversion.c
At: Fri 06 Nov 2009 19:32:40
Changed By: rjmccall
Comments: Test case for -Wconversion.





Files:
 lib/CodeGen/MachineLICM.cpp
 lib/CodeGen/TargetInstrInfoImpl.cpp
 lib/Target/ARM/ARMConstantPoolValue.cpp
 lib/Target/ARM/ARMConstantPoolValue.h
 lib/Target/ARM/Thumb2InstrInfo.cpp
 lib/Target/ARM/Thumb2InstrInfo.h
 test/CodeGen/Thumb2/machine-licm.ll
At: Fri 06 Nov 2009 19:52:40
Changed By: evancheng
Comments: - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
  except it doesn't care if the definitions' virtual registers differ. This is
  used by machine LICM and other MI passes to perform CSE.
- Teach Thumb2InstrInfo::isIdentical() to check two t2LDRpci_pic are identical.
  Since pc relative constantpool entries are always different, this requires it
  it check if the values can actually the same.




Files:
 include/clang/Analysis/PathSensitive/Checker.h
 include/clang/Analysis/PathSensitive/CheckerVisitor.def
 include/clang/Analysis/PathSensitive/GRState.h
 lib/Analysis/GRExprEngine.cpp
 lib/Analysis/VLASizeChecker.cpp
At: Fri 06 Nov 2009 19:57:40
Changed By: kremenek
Comments: Remove Checker::CheckType() (and instead using CheckerVisitor::PreVisitDeclStmt()), and refactor VLASizeChecker to have only one Checker subclass (not two) and to not use the node builders directly (and instead use the newer CheckerContext).




LOGS:
Last 10 lines of 'compile llvm.stdio':
	llvm[4]: Compiling X86AsmPrinter.cpp for Release build
	llvm[4]: Compiling X86IntelInstPrinter.cpp for Release build
	llvm[4]: Compiling X86MCInstLower.cpp for Release build
	llvm[4]: Building Release Archive Library libLLVMX86AsmPrinter.a
	llvm[4]: Compiling X86AsmParser.cpp for Release build
	llvm[4]: Building Release Archive Library libLLVMX86AsmParser.a
	llvm[4]: Compiling X86TargetInfo.cpp for Release build
	llvm[4]: Building Release Archive Library libLLVMX86Info.a
	make[1]: *** [Target/.makeall] Error 2
	make: *** [all] Error 1




More information about the llvm-testresults mailing list