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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Aug 18 18:32:49 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/9481

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

Buildslave for this Build: smoosh-04

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

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: 




LOGS:
Last 10 lines of 'stdio':
	llvm[4]: Compiling SemaTemplateInstantiateDecl.cpp for Debug+Asserts build
	llvm[4]: Compiling ModuleBuilder.cpp for Debug+Asserts build
	llvm[4]: Compiling SemaType.cpp for Debug+Asserts build
	llvm[4]: Compiling TargetAttributesSema.cpp for Debug+Asserts build
	llvm[4]: Compiling TargetInfo.cpp for Debug+Asserts build
	llvm[4]: Building Debug+Asserts Archive Library libclangCodeGen.a
	llvm[4]: Building Debug+Asserts Archive Library libclangSema.a
	make[2]: *** [all] Error 1
	make[1]: *** [clang/.makeall] Error 2
	make: *** [all] Error 1




More information about the llvm-testresults mailing list