[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Aug 6 18:03:54 PDT 2010


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

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

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 110495
Blamelist: djg,johannes,resistor

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/X86/X86InstrSSE.td
 test/CodeGen/X86/2010-08-06-cmpsd.ll
At: Fri 06 Aug 2010 17:35:13
Changed By: johannes
Comments: Use sdmem and sse_load_f64 (etc.) for the vector
form of CMPSD (etc.)  Matching a 128-bit memory
operand is wrong, the instruction uses only 64 bits
(same as ADDSD etc.)  8193553.

Properties: 




File: include/llvm/PassAnalysisSupport.h
At: Fri 06 Aug 2010 17:40:35
Changed By: djg
Comments: Make AnalysisImpls private.
Properties: 




Files:
 include/llvm/Support/ConstantRange.h
 lib/Support/ConstantRange.cpp
At: Fri 06 Aug 2010 17:46:50
Changed By: resistor
Comments: Add a convenience constructor.
Properties: 




Files:
 include/llvm/CodeGen/AsmPrinter.h
 include/llvm/PassManager.h
 include/llvm/PassSupport.h
 lib/CodeGen/ELFWriter.h
 lib/VMCore/Core.cpp
 lib/VMCore/Pass.cpp
 lib/VMCore/PassManager.cpp
At: Fri 06 Aug 2010 17:46:50
Changed By: djg
Comments: Tidy some #includes and forward-declarations, and move the C binding code
out of PassManager.cpp and into Core.cpp with the rest of the C binding code.
Properties: 




Files:
 include/llvm/Analysis/LoopPass.h
 include/llvm/PassManagers.h
At: Fri 06 Aug 2010 17:55:22
Changed By: djg
Comments: Tidy up PMStack. Add a bunch of consts, use std::vector instead of
std::deque, since this is a stack and only supports push/pop on
one end, and remove an unimplemented declaration.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	PassManager.cpp:1711: error: expected primary-expression before '*' token
	PassManager.cpp:1711: error: expected primary-expression before '>' token
	PassManager.cpp:1711: error: '::iterator' has not been declared
	PassManager.cpp:1711: error: expected `;' before 'I'
	PassManager.cpp:1712: error: 'I' was not declared in this scope
	PassManager.cpp:1712: error: 'E' was not declared in this scope
	llvm[1]: Compiling Type.cpp for Debug+Asserts build
	make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/lib/VMCore/Debug+Asserts/PassManager.o] Error 1
	make[1]: *** Waiting for unfinished jobs....
	make: *** [all] Error 1




More information about the llvm-testresults mailing list