Drop the --use-processes option

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 11:19:39 PDT 2017


Thanks, Rafael!

If this is fine with you, I'll commit and apply the change.

Thanks

Galina


On Fri, May 19, 2017 at 10:06 AM, Rafael Avila de Espindola <
rafael.espindola at gmail.com> wrote:

> Ccing Galina.
>
> Rafael Avila de Espindola <rafael.espindola at gmail.com> writes:
>
> > Lit now only supports process pools. This is a leftover from when the
> > default was threads.
> >
> > Cheers,
> > Rafael
> >
> > Index: buildbot/osuosl/master/config/builders.py
> > ===================================================================
> > --- buildbot/osuosl/master/config/builders.py (revision 303354)
> > +++ buildbot/osuosl/master/config/builders.py (working copy)
> > @@ -148,7 +148,7 @@
> >                       triple="x86_64-scei-ps4",
> >                       isMSVC=True,
> >                       prefixCommand=None, # This is a designated
> builder, so no need to be nice.
> > -                     extraLitArgs=["--use-processes", "-j80"])},
> > +                     extraLitArgs=["-j80"])},
> >
> >          {'name': "llvm-clang-x86_64-expensive-checks-win",
> >           'slavenames':["ps4-buildslave2"],
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170519/28053184/attachment.html>


More information about the llvm-commits mailing list