[llvm-commits] CVS: llvm/test/Makefile

Chris Lattner sabre at nondot.org
Wed Nov 3 09:41:19 PST 2004


On Wed, 3 Nov 2004, Reid Spencer wrote:

> WHAAAAATTTT???  That's nuts!
> One more reason to get off qmtest.

It's a fixable problem, probably just error checking missing in llvm.py.
That said, getting off qmtest is still probably not a bad idea, but it
doesn't relate much to this bug.

-Chris

> Brian Gaeke wrote:
> > Changes in directory llvm/test:
> >
> > Makefile updated: 1.56 -> 1.57
> > ---
> > Log message:
> >
> > CONFIGURATION isn't spelled Configuration, it's spelled BuildMode.
> >
> > Due to qmtest's or llvm.py's lousy error checking, this single error
> > causes qmtest to fork-bomb the machine, filling the process table with
> > python processes that do nothing.  Clearly, better error checking is
> > needed.
> >
> >
> > ---
> > Diffs of the changes:  (+1 -1)
> >
> > Index: llvm/test/Makefile
> > diff -u llvm/test/Makefile:1.56 llvm/test/Makefile:1.57
> > --- llvm/test/Makefile:1.56	Sat Oct 30 04:19:36 2004
> > +++ llvm/test/Makefile	Wed Nov  3 11:11:23 2004
> > @@ -44,7 +44,7 @@
> >  #
> >  CONTEXT= -c "srcroot=$(LLVM_SRC_ROOT)" \
> >           -c "buildroot=$(LLVM_OBJ_ROOT)" \
> > -         -c "buildtype=$(Configuration)" \
> > +         -c "buildtype=$(BuildMode)" \
> >           -c "tmpdir=$(LLVM_OBJ_ROOT)/test/tmp" \
> >           -c "coresize=0" \
> >           -c "cc=$(CC)" \
> >
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits
> >
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits
>

-Chris

-- 
http://llvm.org/
http://nondot.org/sabre/




More information about the llvm-commits mailing list