[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Aug 6 18:07: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/11556
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 110495
Blamelist: djg
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/Analysis/LoopPass.h
include/llvm/PassManagers.h
At: Fri 06 Aug 2010 17:55:22
Changed By: djg
Comments: Tidy up PMStack. Add a bunch of consts, use std::vector instead of
std::deque, since this is a stack and only supports push/pop on
one end, and remove an unimplemented declaration.
Properties:
LOGS:
Last 10 lines of 'stdio':
PassManager.cpp:1711: error: expected `;' before 'I'
PassManager.cpp:1712: error: 'I' was not declared in this scope
PassManager.cpp:1712: error: 'E' was not declared in this scope
llvm[1]: Compiling PrintModulePass.cpp for Debug+Asserts build
llvm[1]: Compiling Type.cpp for Debug+Asserts build
llvm[1]: Compiling TypeSymbolTable.cpp for Debug+Asserts build
llvm[1]: Compiling Use.cpp for Debug+Asserts build
make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/lib/VMCore/Debug+Asserts/PassManager.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 1
More information about the llvm-testresults
mailing list