[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Aug 27 15:05:30 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/4177
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 112300
Blamelist: bwilson,dgregor,djg,echristo,kremenek
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
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:
Files:
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/Target/TargetCallingConv.td
At: Fri 27 Aug 2010 14:42:07
Changed By: echristo
Comments: Fix a couple of typos.
Patch by Cameron Esfahani!
Properties:
File: lib/Analysis/ScalarEvolution.cpp
At: Fri 27 Aug 2010 14:42:07
Changed By: djg
Comments: When merging adjacent operands, scan ahead and merge all equal
adjacent operands at once, instead of just two at a time.
Properties:
Files:
include/clang/Basic/DiagnosticSemaKinds.td
test/SemaCXX/new-delete.cpp
At: Fri 27 Aug 2010 14:42:07
Changed By: dgregor
Comments: Improve wording of diagnostic complaining about a non-void* pointer as the first parameter of operator deleteProperties:
File: lib/Target/ARM/ARMLoadStoreOptimizer.cpp
At: Fri 27 Aug 2010 14:47:07
Changed By: bwilson
Comments: Unsigned value cannot be < 0.
Properties:
LOGS:
Last 10 lines of 'stdio':
_PrintCursor in c-index-test.o
"_clang_isVirtualBase", 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-selfhost-rel/llvm.obj/Release+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