[PATCH] Clang and LLD builder

Dmitri Gribenko gribozavr at gmail.com
Thu Feb 21 15:10:01 PST 2013


Hello Galina and llvm-commits,

I want to replace my LLVM and Clang builder with LLVM, Clang and LLD
builder.  I don't want to just add and LLD builder, because it would
build LLVM twice.

I have followed examples of other builder factories to write
zorg/buildbot/builders/ClangAndLLDBuilder.py.  Unfortunately, I could
not test it.

Could you please help me with testing it?  If it works, I will remove
the previous builder and rename clang_fast category.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-and-lld-builder-v1.patch
Type: application/octet-stream
Size: 5761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130222/0e82c55a/attachment.obj>


More information about the llvm-commits mailing list