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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Aug 18 18:37:12 PDT 2010


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

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

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 111497
Blamelist: cdavis,dgregor,djg,echristo,kremenek,lattner,rjmccall

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: 




File: lib/Target/X86/X86InstrFormats.td
At: Wed 18 Aug 2010 18:05:45
Changed By: lattner
Comments: minor progress towards fixing PR7465
Properties: 




File: lib/Transforms/Scalar/LoopStrengthReduce.cpp
At: Wed 18 Aug 2010 18:05:45
Changed By: djg
Comments: Process the step before the start, because it's usually the simpler
of the two.
Properties: 




Files:
 lib/Target/X86/X86InstrFormats.td
 lib/Target/X86/X86InstrInfo.h
 lib/Target/X86/X86InstrInfo.td
 lib/Target/X86/X86MCCodeEmitter.cpp
 test/MC/AsmParser/X86/x86_32-new-encoder.s
At: Wed 18 Aug 2010 18:20:34
Changed By: lattner
Comments: fix PR7465, mishandling of lcall and ljmp: intersegment long 
call and jumps.
Properties: 




Files:
 lib/Sema/SemaCXXCast.cpp
 test/SemaCXX/warn-cast-align.cpp
At: Wed 18 Aug 2010 18:20:39
Changed By: rjmccall
Comments: On second thought, don't warn about reinterpret_casts under -Wcast-align.

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




More information about the llvm-testresults mailing list