[llvm-commits] [llvm] r71803 - in /llvm/trunk: docs/TableGenFundamentals.html test/TableGen/TargetInstrSpec.td test/TableGen/foreach.td utils/TableGen/Record.cpp utils/TableGen/Record.h utils/TableGen/TGLexer.cpp utils/TableGen/TGLexer.h utils/TableGen/TGParser.cpp

David Greene dag at cray.com
Thu May 14 16:22:10 PDT 2009


On Thursday 14 May 2009 18:07, David Greene wrote:
> On Thursday 14 May 2009 17:23, David Greene wrote:
> > Author: greened
> > Date: Thu May 14 17:23:47 2009
> > New Revision: 71803
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=71803&view=rev
> > Log:
> >
> > Implement a !foreach operator analogous to GNU make's $(foreach).
> > Use it on dags and lists like this:
>
> DejaGNU didn't like the test I added.  I'm working on fixing it.
> Please don't pull this yet.

Fixed.

                              -Dave



More information about the llvm-commits mailing list