[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Jul 20 11:51:45 PDT 2010
The Buildbot has detected a new failure of llvm-gcc-i386-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-i386-darwin9/builds/7786
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-03.apple.com
Build Reason:
Build Source Stamp: 108877
Blamelist: lattner,resistor
BUILD FAILED: failed compile.llvm.stage1
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
CMakeLists.txt
include/llvm-c/EnhancedDisassembly.h
lib/MC/MCDisassembler
lib/MC/MCDisassembler/EDDisassembler.cpp
lib/MC/MCDisassembler/EDDisassembler.h
lib/MC/MCDisassembler/EDInst.cpp
lib/MC/MCDisassembler/EDInst.h
lib/MC/MCDisassembler/EDOperand.cpp
lib/MC/MCDisassembler/EDOperand.h
lib/MC/MCDisassembler/EDToken.cpp
lib/MC/MCDisassembler/EDToken.h
lib/MC/Makefile
tools/Makefile
tools/edis/EDDisassembler.cpp
tools/edis/EDDisassembler.h
tools/edis/EDInst.cpp
tools/edis/EDInst.h
tools/edis/EDMain.cpp
tools/edis/EDOperand.cpp
tools/edis/EDOperand.h
tools/edis/EDToken.cpp
tools/edis/EDToken.h
tools/llvm-mc/CMakeLists.txt
tools/llvm-mc/Disassembler.cpp
tools/llvm-mc/Makefile
At: Tue 20 Jul 2010 11:29:24
Changed By: lattner
Comments: start straightening out libedis's dependencies and make it fit
better in the llvm world. Among other things, this changes:
1. The guts of libedis are now moved into lib/MC/MCDisassembler
2. llvm-mc now depends on lib/MC/MCDisassembler, not tools/edis,
so edis and mc don't have to be built in series.
3. lib/MC/MCDisassembler no longer depends on the C api, the C
API depends on it.
4. Various code cleanup changes.
There is still a lot to be done to make edis fit with the llvm
design, but this is an incremental step in the right direction.
Properties:
File: lib/MC/MCDisassembler/Makefile
At: Tue 20 Jul 2010 11:34:25
Changed By: lattner
Comments: forgot to add a file
Properties:
File: lib/MC/MCDisassembler/CMakeLists.txt
At: Tue 20 Jul 2010 11:34:25
Changed By: lattner
Comments: cmake too
Properties:
Files:
tools/edis/EDInfo.td
tools/edis/Makefile
At: Tue 20 Jul 2010 11:34:25
Changed By: lattner
Comments: edinfo doesn't need to be built here.
Properties:
File: lib/MC/MCDisassembler/CMakeLists.txt
At: Tue 20 Jul 2010 11:34:25
Changed By: lattner
Comments: hopefully teach cmake to build the .inc file.
Properties:
File: tools/edis/CMakeLists.txt
At: Tue 20 Jul 2010 11:34:25
Changed By: lattner
Comments: update cmake.
Properties:
File: tools/edis/Makefile
At: Tue 20 Jul 2010 11:39:28
Changed By: lattner
Comments: edis needs to link in mcdisassembler.
Properties:
Files:
lib/VMCore/CMakeLists.txt
lib/VMCore/Pass.cpp
At: Tue 20 Jul 2010 11:39:28
Changed By: resistor
Comments: Convert the internal PassRegistrar class into a new, external PassRegistry class. No intended functionality change at this point.
Properties:
LOGS:
Last 10 lines of 'stdio':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/VMCore/Pass.cpp:300: error: 'getPassRegistry' was not declared in this scope
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/VMCore/Pass.cpp: In member function 'void llvm::PassInfo::unregisterPass()':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/VMCore/Pass.cpp:311: error: 'getPassRegistry' was not declared in this scope
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/VMCore/Pass.cpp: In constructor 'llvm::RegisterAGBase::RegisterAGBase(const char*, intptr_t, intptr_t, bool)':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/VMCore/Pass.cpp:352: error: 'getPassRegistry' was not declared in this scope
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/VMCore/Pass.cpp: In member function 'void llvm::PassRegistrationListener::enumeratePasses()':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/VMCore/Pass.cpp:388: error: 'getPassRegistry' was not declared in this scope
make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/lib/VMCore/Release+Asserts/Pass.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 1
Last 10 lines of 'warnings':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/utils/TableGen/NeonEmitter.cpp:1170: warning: control may reach end of non-void function 'unsigned int RangeFromType(llvm::StringRef)' being inlined
More information about the llvm-testresults
mailing list