[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Jun 16 16:49:56 PDT 2010
The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/9684
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 106172
Blamelist: coppro
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/clang/AST/Attr.h
include/clang/AST/Makefile
include/clang/Basic/Attr.td
include/clang/Basic/AttrKinds.h
include/clang/Basic/DeclNodes.td
include/clang/Basic/Makefile
include/clang/Basic/StmtNodes.td
lib/AST/AttrImpl.cpp
lib/Frontend/PCHReaderDecl.cpp
lib/Frontend/PCHWriter.cpp
tools/libclang/CXCursor.cpp
At: Wed 16 Jun 2010 16:44:13
Changed By: coppro
Comments: Implement first TD-based usage of attributes.
Currently, there are two effective changes:
- Attr::Kind has been changed to attr::Kind, in a separate namespace
rather than the Attr class. This is because the enumerator needs to
be visible to parse.
- The class definitions for the C++0x attributes other than aligned are
generated by TableGen.
The specific classes generated by TableGen are controlled by an array in
TableGen (see the accompanying commit to the LLVM repository). I will be
expanding the amount of code generated as I develop the new attributes system
while initially keeping it confined to these attributes.Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[4]: Building LLVMC configuration library with tblgen
llvm[4]: Compiling PluginMain.cpp for Debug build
llvm[2]: Linking Debug executable bugpoint
llvm[4]: Building Debug Archive Library libplugin_llvmc_Clang.a
llvm[3]: Compiling Main.cpp for Debug build
llvm[3]: Linking Debug executable llvmc
llvm[3]: ======= Finished Linking Debug Executable llvmc
llvm[2]: ======= Finished Linking Debug Executable llvm-mc
llvm[2]: ======= Finished Linking Debug Executable bugpoint
make: *** [all] Error 1
More information about the llvm-testresults
mailing list