[lld][buildbot] Add more buildbots with sanitize/thread

Dmitri Gribenko gribozavr at gmail.com
Tue Oct 29 14:53:17 PDT 2013


On Tue, Oct 29, 2013 at 11:07 AM, Shankar Easwaran
<shankare at codeaurora.org> wrote:
> Hi Galina, Dmitri,
>
> Attached is the patch which adds two new bots for compiling lld/clang with
> -fsanitize options
>
> * address
> * thread
>
> Let me know if you could review and commit it.
>
> Please let me know if llvm-reviews is the place to submit changes for
> buildbots too. I could move the diff over there if its convenient for you.

Shankar,

I am not entirely sure if the hardware is good enough to support this
additional load and keep responsiveness at the same level.  The goal
of clang_fast bots is to be fast and test as many commits as possible.
 Adding more configurations will slow down the build cycle for LLD
bots, and will test fewer commits.  But maybe this is a reasonable
tradeoff for you.

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