[llvm-testresults] buildbot failure in smooshlab on clang-powerpc-darwin8

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Feb 17 19:25:08 PST 2010


The Buildbot has detected a new failure of clang-powerpc-darwin8 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-powerpc-darwin8/builds/2233

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: clattner.apple.com

Build Reason: 
Build Source Stamp: 96561
Blamelist: jyasskin,lattner

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 Makefile
 Makefile.config.in
 Makefile.rules
 autoconf/configure.ac
 configure
 test/Makefile
 test/Unit/lit.cfg
 test/Unit/lit.site.cfg.in
 tools/llvm-shlib
 tools/llvm-shlib/Makefile
 unittests/Makefile.unittest
At: Wed 17 Feb 2010 18:40:50
Changed By: jyasskin
Comments: Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an
--enable-shared configure flag to have the tools linked shared. (2.7svn is just
$(LLVMVersion) so it'll change to "2.7" in the release.)  Always link the
example programs shared to test that the shared library keeps working.

On my mac laptop, Debug libLLVM2.7svn.dylib is 39MB, and opt (for example) is
16M static vs 440K shared.

Two things are less than ideal here:
1) The library doesn't include any version information. Since we expect to break
the ABI with every release, this shouldn't be much of a problem. If we do
release a compatible 2.7.1, we may be able to hack its library to work with
binaries compiled against 2.7.0, or we can just ask them to recompile. I'm
hoping to get a real packaging expert to look at this for the 2.8 release.
2) llvm-config doesn't yet have an option to print link options for the shared
library. I'll add this as a subsequent patch.
Properties: 




Files:
 utils/TableGen/DAGISelEmitter.cpp
 utils/TableGen/DAGISelMatcher.cpp
 utils/TableGen/DAGISelMatcher.h
 utils/TableGen/DAGISelMatcherEmitter.cpp
 utils/TableGen/DAGISelMatcherGen.cpp
At: Wed 17 Feb 2010 18:50:49
Changed By: lattner
Comments: eliminate the MatcherNodeWithChild class, give the 'child'
field to MatcherNode.
Properties: 




Files:
 utils/TableGen/DAGISelMatcher.cpp
 utils/TableGen/DAGISelMatcher.h
 utils/TableGen/DAGISelMatcherEmitter.cpp
 utils/TableGen/DAGISelMatcherGen.cpp
At: Wed 17 Feb 2010 18:55:49
Changed By: lattner
Comments: rename the child field to 'next'.  This is not a parent/child 
relationship, this is a linear list relationship.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[2]: Compiling TargetMachine.cpp for Debug build
	llvm[2]: Compiling TargetRegisterInfo.cpp for Debug build
	llvm[2]: Compiling TargetSubtarget.cpp for Debug build
	llvm[2]: Building Debug Archive Library libLLVMTarget.a
	llvm[1]: Linking Debug Shared Library LLVM2.7svn.dylib
	/usr/bin/libtool: both -all_load and -noall_load can't be specified
	Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-sacLT]
	Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name] [-compatibility_version #] [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load] [-noall_load]
	make[1]: *** [/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/Debug/lib/libLLVM2.7svn.dylib] Error 1
	make: *** [all] Error 1




More information about the llvm-testresults mailing list