[PATCH] Clang and LLD builder

Dmitri Gribenko gribozavr at gmail.com
Thu Feb 28 09:00:23 PST 2013


On Fri, Feb 22, 2013 at 1:10 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> 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.

Galina,

Can you please commit this and back out if its brokenness can not be
fixed easily?

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>*/



More information about the llvm-commits mailing list