[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Dec 8 16:34:30 PST 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/6133
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 121324
Blamelist: dgregor,dpatel,enderby,jasonwkim,kremenek,stoklund
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Target/ARM/ARMExpandPseudoInsts.cpp
At: Wed 08 Dec 2010 15:41:41
Changed By: jasonwkim
Comments: Style nit and whitespace cleanupProperties:
Files:
include/clang-c/Index.h
tools/libclang/CXCursor.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports
At: Wed 08 Dec 2010 15:46:40
Changed By: kremenek
Comments: Add new libclang hooks for CXCursorSet, a
DenseMap-backed hashtable for doing client-side
management of CXCursors within a set.Properties:
Files:
lib/CodeGen/LiveIntervalUnion.cpp
lib/CodeGen/RegAllocGreedy.cpp
At: Wed 08 Dec 2010 15:56:40
Changed By: stoklund
Comments: Properly deal with empty intervals when checking for interference.Properties:
Files:
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/X86/x86-64.s
At: Wed 08 Dec 2010 16:01:40
Changed By: enderby
Comments: Allow a slash, '/', as a prefix separator for X86. rdar://8741045
Properties:
File: tools/libclang/CXCursor.cpp
At: Wed 08 Dec 2010 16:06:40
Changed By: kremenek
Comments: DenseMapInfo is a 'struct', not a 'class'.Properties:
Files:
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/typename-specifier-4.cpp
At: Wed 08 Dec 2010 16:11:41
Changed By: dgregor
Comments: A typename specifier can end up referring to a unresolved using
declaration that is a value in ill-formed code. Instead of crashing,
treat this as a dependent typename specifier and suggest that the
using add "typename" into the using declaration. Fixes <rdar://problem/8740998>.
Properties:
File: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
At: Wed 08 Dec 2010 16:16:40
Changed By: dpatel
Comments: DW_FORM_data1 may not provide sufficient room for vtable index, use _udata instead.
This fixes radar 8730409.
Properties:
File: test/CodeGenCXX/vtable-debug-info.cpp
At: Wed 08 Dec 2010 16:16:40
Changed By: dpatel
Comments: Test case for r121323.
Properties:
LOGS:
Last 10 lines of 'stdio':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/include/llvm/ADT/DenseMap.h:212: instantiated from 'ValueT& llvm::DenseMap<KeyT, ValueT, KeyInfoT, ValueInfoT>::operator[](const KeyT&) [with KeyT = CXCursor, ValueT = unsigned int, KeyInfoT = llvm::DenseMapInfo<CXCursor>, ValueInfoT = llvm::DenseMapInfo<unsigned int>]'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/tools/clang/tools/libclang/CXCursor.cpp:554: instantiated from here
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo<CXCursor>'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.src/include/llvm/ADT/DenseMap.h:383: error: 'isEqual' is not a member of 'llvm::DenseMapInfo<CXCursor>'
make[4]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-fnt/llvm.obj/tools/clang/tools/libclang/Debug+Asserts/CXCursor.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all] Error 1
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-fnt/llvm.src/lib/Target/ARM/ARMExpandPseudoInsts.cpp:704: warning: unused variable 'Pred'
More information about the llvm-testresults
mailing list