New .ll parser

I just checked in a new parser for .ll files, deleting the old bison parser. This means that the last of the “.cvs” files are gone from the tree, which will hopefully make the world a happier place for windows users in particular. I tested it thoroughly but expect minor fallout, if you notice any problems, please let me know.

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081229/071618.html

-Chris

Checking in ParserInternals.h would probably be a good thing about now… because if you take this update, it doesn’t compile.

-scooter

Maybe not. Maybe we just need to ensure that lib/AsmParser/llvmAsmParser.cpp is actually deleted.

-scooter

Checking in ParserInternals.h would probably be a good thing about now...

Hi Scott, actually the problem is left over files in lib/AsmParser. If
you delete that directory then "svn update" to check it out again things
should be ok.

Ciao,

Duncan.