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

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


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

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

Buildslave for this Build: ddunbar2.apple.com

Build Reason: 
Build Source Stamp: 86328
Blamelist: evancheng

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
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.




LOGS:
Last 10 lines of 'compile.stdio':
	llvm[2]: Compiling TargetIntrinsicInfo.cpp for Debug build
	llvm[2]: Compiling TargetLoweringObjectFile.cpp for Debug build
	llvm[2]: Compiling TargetMachOWriterInfo.cpp for Debug build
	llvm[2]: Compiling TargetMachine.cpp for Debug build
	llvm[2]: Compiling TargetRegisterInfo.cpp for Debug build
	llvm[2]: Compiling TargetSubtarget.cpp for Debug build
	make[2]: *** [ARM/.makeall] Error 2
	make[2]: *** Waiting for unfinished jobs....
	make[1]: *** [Target/.makeall] Error 2
	make: *** [all] Error 1




More information about the llvm-testresults mailing list