[PATCH] [zorg] Add libc++ and libc++abi builders for Linux.
Dan Albert
danalbert at google.com
Mon Aug 4 16:56:43 PDT 2014
Hi gribozavr,
The existing libc++ builder is based on buildit/testit and assumes that
the platform has its own libc++abi, and as such it only works for OS X.
Add a new one that uses an in-tree build and cmake to be compatible with
the other platforms.
This builder will actually build and test both libc++ and libc++abi.
Since most platforms don't have either of these libraries installed and
depend on each other, we can't test them in isolation.
http://reviews.llvm.org/D4786
Files:
buildbot/osuosl/master/config/builders.py
buildbot/osuosl/master/master.cfg
zorg/buildbot/builders/LibcxxAndAbiBuilder.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4786.12182.patch
Type: text/x-patch
Size: 5250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140804/e81977d6/attachment.bin>
More information about the cfe-commits
mailing list