[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Apr 13 14:34:44 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/5426
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-03.apple.com
Build Reason:
Build Source Stamp: 101179
Blamelist: spyffe
BUILD FAILED: failed compile.llvm.stage1
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/MC/EDInstInfo.h
include/llvm/MC/MCDisassembler.h
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.h
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86Disassembler.h
tools/edis/EDDisassembler.cpp
tools/edis/EDDisassembler.h
tools/edis/EDInst.cpp
tools/edis/EDInst.h
tools/edis/EDOperand.cpp
tools/edis/Makefile
utils/TableGen/EDEmitter.cpp
At: Tue 13 Apr 2010 14:23:08
Changed By: spyffe
Comments: Fixed a nasty layering violation in the edis source
code. It used to #include the enhanced disassembly
information for the targets it supported straight
out of lib/Target/{X86,ARM,...} but now it uses a
new interface provided by MCDisassembler, and (so
far) implemented by X86 and ARM.
Also removed hacky #define-controlled initialization
of targets in edis. If clients only want edis to
initialize a limited set of targets, they can set
--enable-targets on the configure command line.
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[2]: Compiling StrongPHIElimination.cpp for Release build
llvm[2]: Compiling TailDuplication.cpp for Release build
llvm[2]: Compiling TargetInstrInfoImpl.cpp for Release build
llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Release build
llvm[2]: Compiling TwoAddressInstructionPass.cpp for Release build
llvm[2]: Compiling UnreachableBlockElim.cpp for Release build
llvm[2]: Compiling VirtRegMap.cpp for Release build
llvm[2]: Compiling VirtRegRewriter.cpp for Release build
llvm[2]: Building Release Archive Library libLLVMCodeGen.a
make: *** [all] Error 1
More information about the llvm-testresults
mailing list