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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Aug 27 14:53:33 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/3723

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

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 112296
Blamelist: dgregor,kremenek,lattner

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Transforms/InstCombine/InstCombineShifts.cpp
At: Fri 27 Aug 2010 14:07:18
Changed By: lattner
Comments: remove some special shift cases that have been subsumed into the
more general simplify demanded bits logic.
Properties: 




File: tools/libclang/CIndexCodeCompletion.cpp
At: Fri 27 Aug 2010 14:17:07
Changed By: dgregor
Comments: Teach clang_codeComplete to always sort its code-completion resultsProperties: 




Files:
 lib/Sema/SemaCodeComplete.cpp
 test/Index/complete-super.cpp
At: Fri 27 Aug 2010 14:22:07
Changed By: dgregor
Comments: Implement the "call super" code completion for C++. If the virtual
member function you're typing in overrides another virtual function,
this fills in a (qualified!) call to that virtual function to make
such delegation easy.
Properties: 




File: include/clang-c/Index.h
At: Fri 27 Aug 2010 14:37:07
Changed By: kremenek
Comments: Fix copy-paste in doxygen comment.Properties: 




Files:
 include/clang-c/Index.h
 test/Index/load-stmts.cpp
 tools/c-index-test/c-index-test.c
 tools/libclang/CIndex.cpp
 tools/libclang/CMakeLists.txt
 tools/libclang/CXCursor.cpp
 tools/libclang/CXCursor.h
 tools/libclang/libclang.darwin.exports
 tools/libclang/libclang.exports
At: Fri 27 Aug 2010 14:37:07
Changed By: kremenek
Comments: Implement CXCursor support for walking C++ base specifiers.  This includes adding the API hooks clang_isVirtualBase() and clang_getCXXAccessSpecifier() to query properties of the base specifier.

Implements <rdar://problem/8274883>.Properties: 




LOGS:
Last 10 lines of 'stdio':
	      _PrintCursor in c-index-test.o
	  "_clang_getCXXAccessSpecifier", referenced from:
	      _PrintCursor in c-index-test.o
	ld: symbol(s) not found
	collect2: ld returned 1 exit status
	make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.obj/Debug+Asserts/bin/c-index-test] Error 1
	make[3]: *** [all] Error 1
	make[2]: *** [all] Error 1
	make[1]: *** [clang/.makeall] Error 2
	make: *** [all] Error 1




More information about the llvm-testresults mailing list