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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Aug 18 18:12:19 PDT 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/12037

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

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

Build Reason: 
Build Source Stamp: 111493
Blamelist: cdavis,kremenek

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Sema/SemaDeclAttr.cpp
At: Wed 18 Aug 2010 17:55:20
Changed By: kremenek
Comments: HandleCommonNoReturnAttr() now only has a single caller.  Move that logic to HandleAnalyzerNoReturnAttr.Properties: 




Files:
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/Sema/SemaType.cpp
 test/Analysis/misc-ps.m
 test/Sema/attr-noreturn.c
 test/Sema/block-return.c
 test/Sema/return-noreturn.c
 test/Sema/return.c
 test/Sema/warn-unreachable.c
 test/SemaCXX/attr-noreturn.cpp
 test/SemaCXX/warn-unreachable.cpp
At: Wed 18 Aug 2010 17:55:20
Changed By: kremenek
Comments: Add warning for functions/blocks that have attribute 'noreturn' but return a non-void result. (<rdar://problem/7562925>)Properties: 




File: lib/AST/RecordLayoutBuilder.cpp
At: Wed 18 Aug 2010 18:00:28
Changed By: cdavis
Comments: Add a special RecordLayoutBuilder for the Microsoft C++ ABI.

All it does right now is add space for two vtable pointers instead of one
when a class has both virtual methods and virtual bases. This is a requirement
of the Microsoft ABI, since it has separate vtables for methods and bases. Other
stuff will come up over time, but we'll cross those bridges when we get to
them.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[4]: Compiling UndefinedArraySubscriptChecker.cpp for Debug+Asserts build
	llvm[4]: Compiling UndefinedAssignmentChecker.cpp for Debug+Asserts build
	llvm[4]: Compiling UnixAPIChecker.cpp for Debug+Asserts build
	llvm[4]: Compiling UnreachableCodeChecker.cpp for Debug+Asserts build
	llvm[4]: Compiling VLASizeChecker.cpp for Debug+Asserts build
	llvm[4]: Compiling ValueManager.cpp for Debug+Asserts build
	llvm[4]: Building Debug+Asserts Archive Library libclangChecker.a
	make[2]: *** [all] Error 1
	make[1]: *** [clang/.makeall] Error 2
	make: *** [all] Error 1

Last 10 lines of 'warnings':
	ClangAttrEmitter.cpp:61: warning: 'class<unnamed>::Argument' has virtual functions but non-virtual destructor
	ClangAttrEmitter.cpp:92: warning: 'class<unnamed>::SimpleArgument' has virtual functions but non-virtual destructor
	ClangAttrEmitter.cpp:132: warning: 'class<unnamed>::StringArgument' has virtual functions but non-virtual destructor
	ClangAttrEmitter.cpp:185: warning: 'class<unnamed>::AlignedArgument' has virtual functions but non-virtual destructor
	ClangAttrEmitter.cpp:288: warning: 'class<unnamed>::VariadicArgument' has virtual functions but non-virtual destructor
	ClangAttrEmitter.cpp:357: warning: 'class<unnamed>::EnumArgument' has virtual functions but non-virtual destructor
	MCMachOStreamer.cpp:505: warning: passing negative value '-0x00000000000000005' for argument 1 to 'virtual void llvm::MCStreamer::EmitIntValue(uint64_t, unsigned int, unsigned int)'
	RecordLayoutBuilder.cpp:517: warning: 'class<unnamed>::RecordLayoutBuilder' has virtual functions but non-virtual destructor
	RecordLayoutBuilder.cpp:1465: warning: 'class MSRecordLayoutBuilder' has virtual functions but non-virtual destructor




More information about the llvm-testresults mailing list