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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Aug 18 18:21:07 PDT 2010


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

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

Buildslave for this Build: smoosh-02

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

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Target/ARM/ARMFastISel.cpp
At: Wed 18 Aug 2010 17:40:20
Changed By: echristo
Comments: Add an AddOptionalDefs method and use it.
Properties: 




File: lib/Frontend/ASTUnit.cpp
At: Wed 18 Aug 2010 17:50:29
Changed By: dgregor
Comments: Make sure to initialize ASTUnit::UnsafeToFreeProperties: 




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 UndefinedAssignmentChecker.cpp for Release+Asserts build
	llvm[4]: Compiling UnixAPIChecker.cpp for Release+Asserts build
	llvm[4]: Compiling UnreachableCodeChecker.cpp for Release+Asserts build
	llvm[4]: Compiling VLASizeChecker.cpp for Release+Asserts build
	llvm[4]: Compiling ValueManager.cpp for Release+Asserts build
	llvm[4]: Building Release+Asserts Archive Library libclangChecker.a
	llvm[4]: Building Release+Asserts Archive Library libclangSema.a
	make[2]: *** [all] Error 1
	make[1]: *** [clang/.makeall] Error 2
	make: *** [all] Error 1

Last 10 lines of 'warnings':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/ARM/ARMBaseRegisterInfo.cpp:1517: warning: 'InstrOffs' is used uninitialized in this function
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/lib/Target/ARM/ARMFastISel.cpp:140: warning: 'CPSR' may be used uninitialized in this function




More information about the llvm-testresults mailing list