[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Jul 20 11:36:30 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/10783
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 108869
Blamelist: lattner
BUILD FAILED: failed clean-llvm
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:
LOGS:
Last 10 lines of 'stdio':
cp: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/lib/MC/MCDisassembler/Makefile: No such file or directory
make[3]: *** No rule to make target `clean'. Stop.
make[2]: *** [MCDisassembler/.makeclean] Error 2
make[1]: *** [MC/.makeclean] Error 2
make: *** [clean] Error 1
More information about the llvm-testresults
mailing list