[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Mar 9 16:24:43 PST 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/302
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 98106
Blamelist: djg,johannes,lattner
BUILD FAILED: failed test-clang configure.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Analysis/ScalarEvolution.cpp
test/Analysis/ScalarEvolution/unreachable-code.ll
At: Tue 09 Mar 2010 15:49:24
Changed By: djg
Comments: Avoid analyzing instructions in blocks not reachable from the entry block.
They are lots of trouble, and they don't matter. This fixes PR6559.
Properties:
File: lib/CodeGen/BranchFolding.cpp
At: Tue 09 Mar 2010 15:54:24
Changed By: johannes
Comments: Ever more complicated DEBUG_VALUE fixes for branch folding.
Properties:
Files:
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfPrinter.h
At: Tue 09 Mar 2010 15:54:24
Changed By: lattner
Comments: eliminate EOL, adding all comments with the OutStreamer.AddComment
method. With this, comments should end up on the same lines as the .byte
directives (for example) and we now get no output with:
$ llc CodeGen/X86/2009-02-12-DebugInfoVLA.ll -o - -filetype=null -asm-verbose
woot.
Properties:
Files:
lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfPrinter.h
At: Tue 09 Mar 2010 15:59:24
Changed By: lattner
Comments: inline the bool form of PrintRelDirective away, leaving just the unsigned form.
Properties:
LOGS:
Last 10 lines of 'stdio':
Testing Time: 37.68s
********************
Failing Tests (1):
Clang :: Driver/hello.c
Expected Passes : 2092
Expected Failures : 13
Unexpected Failures: 1
make[1]: *** [all] Error 1
make: *** [test] Error 2
Last 10 lines of 'fail':
Clang :: Driver/hello.c
Last 10 lines of 'xfail':
Clang :: CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p3.cpp
Clang :: CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp
Clang :: CXX/temp/temp.param/p14.cpp
Clang :: CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
Clang :: CodeGen/blocks-2.c
Clang :: CodeGenCXX/conversion-function.cpp
Clang :: PCH/source-manager-stack.c
Clang :: SemaCXX/rval-references-xfail.cpp
Clang :: SemaObjCXX/overload.mm
Clang :: SemaTemplate/instantiate-function-1.mm
Last 10 lines of 'hello.c':
Exit Code: 1
Command Output (stdout):
--
--
Command Output (stderr):
--
--
********************
Last 10 lines of 'stdio':
checking build system type... x86_64-apple-darwin10
checking host system type... x86_64-apple-darwin10
checking target system type... x86_64-apple-darwin10
checking type of operating system we're going to host on... Darwin
checking type of operating system we're going to target... Darwin
checking target architecture... x86_64
checking for x86_64-apple-darwin10-gcc... /Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.install.1/bin/clang
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
More information about the llvm-testresults
mailing list