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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090101/61785b6e/attachment.html>
Checking in ParserInternals.h would probably be a good thing about now... because if you take this update, it doesn't compile. -scooter On Thu, Jan 1, 2009 at 11:12 PM, Chris Lattner <clattner at apple.com> wrote:> 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 > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090102/7bd4494a/attachment.html>
Maybe not. Maybe we just need to ensure that lib/AsmParser/llvmAsmParser.cpp is actually deleted. -scooter On Fri, Jan 2, 2009 at 12:13 PM, Scott Michel <scooter.phd at gmail.com> wrote:> Checking in ParserInternals.h would probably be a good thing about now... > because if you take this update, it doesn't compile. > > > -scooter > > On Thu, Jan 1, 2009 at 11:12 PM, Chris Lattner <clattner at apple.com> wrote: > >> 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 >> >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090102/cce8ed15/attachment.html>
> 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.