[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Oct 28 20:42:43 PDT 2009
The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/3313
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02.apple.com
Build Reason:
Build Source Stamp: 85469
Blamelist: ddunbar,echristo,johannes,johnny,lattner
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/CodeGen/VirtRegRewriter.cpp
At: Wed 28 Oct 2009 18:20:01
Changed By: johannes
Comments: When there is a 2-instruction spill sequence, record
the second (store) instruction in SpillSlotToUsesMap
consistently. I don't think this matters functionally,
but it's cleaner and Evan wants it this way.
Files:
lib/Transforms/IPO/GlobalDCE.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Utils/ValueMapper.cpp
At: Wed 28 Oct 2009 18:25:01
Changed By: lattner
Comments: teach various passes about blockaddress. We no longer
crash on any clang tests.
File: test/CodeGen/indirect-goto.c
At: Wed 28 Oct 2009 18:25:01
Changed By: lattner
Comments: make this more interesting, test the static const array.
File: gcc/llvm-convert.cpp
At: Wed 28 Oct 2009 18:45:01
Changed By: echristo
Comments: Try #2 of this. Coerce all of the types to what they should be.
File: utils/TableGen/RISCDisassemblerEmitter.cpp
At: Wed 28 Oct 2009 18:50:01
Changed By: johnny
Comments: Minor tweak to forgo the the curly braces for most case blocks, except when
declaring local variables.
File: tools/clang-cc/clang-cc.cpp
At: Wed 28 Oct 2009 18:55:01
Changed By: ddunbar
Comments: Formatting fixes.
Files:
include/clang/Basic/DiagnosticCommonKinds.td
include/clang/Basic/DiagnosticDriverKinds.td
lib/Driver/Tools.cpp
tools/clang-cc/clang-cc.cpp
At: Wed 28 Oct 2009 18:55:01
Changed By: ddunbar
Comments: Reject -I- in driver instead of clang-cc.
LOGS:
Last 10 lines of 'compile.stdio':
llvm[2]: Compiling TableGenBackend.cpp for Debug build
RISCDisassemblerEmitter.cpp:948: error: 'RISCDisassemblerEmitter' has not been declared
RISCDisassemblerEmitter.cpp:948: error: expected unqualified-id before '{' token
RISCDisassemblerEmitter.cpp:110: warning: 'uint8_t getByteField(const llvm::Record&, const char*)' defined but not used
RISCDisassemblerEmitter.cpp:226: warning: 'const char* stringWithARMForm(ARMForm)' defined but not used
make[2]: *** [/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/utils/TableGen/Debug/RISCDisassemblerEmitter.o] Error 1
make[2]: *** Waiting for unfinished jobs....
llvm[3]: Building Debug Archive Library libGoogleTest.a
make[1]: *** [TableGen/.makeall] Error 2
make: *** [all] Error 1
Last 10 lines of 'compile.warnings':
RISCDisassemblerEmitter.cpp:110: warning: 'uint8_t getByteField(const llvm::Record&, const char*)' defined but not used
RISCDisassemblerEmitter.cpp:226: warning: 'const char* stringWithARMForm(ARMForm)' defined but not used
More information about the llvm-testresults
mailing list