[LLVMdev] zorg config for libc++/libc++abi
Dmitri Gribenko
gribozavr at gmail.com
Mon Aug 4 07:20:41 PDT 2014
On Mon, Aug 4, 2014 at 2:20 PM, Dan Liew <dan at su-root.co.uk> wrote:
>> > Second, is there a simple way to test the builder and config before I
>> > commit
>> > it?
>>
>> I am afraid not.
>>
>
> But there is a ugly (and certainly not simple) way to partially test the
> builder that I mentioned recently [1].
Nice write-up!
> I say partially because I ended up removing all the builders apart from my
> own.
>
> @Dmitri - Has anyone considered reorganising zorg so it is easier to test a
> builder locally?
I am not aware of such effort. However, it would be great to be able
to easily set up a buildmaster locally. This will probably facilitate
further refactorings of zorg code. Currently developers tend not to
touch it because they can not run it.
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-dev
mailing list