reimplement the tblgen lexer with a simple hand-written lexer. This eliminates
authorChris Lattner <sabre@nondot.org>
Sun, 18 Nov 2007 02:57:27 +0000 (02:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Nov 2007 02:57:27 +0000 (02:57 +0000)
commita8058744229a44e80f90c8530bb7fe47cbab1b70
treea06234bf6fcaa882d47d7eb597cec3a91b3e2c67
parentb348d18caf834bc26a80e60aa7a2c9b1748734e8
reimplement the tblgen lexer with a simple hand-written lexer.  This eliminates
one dependency on flex and gets rid of two ".cvs" files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44210 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/FileLexer.cpp.cvs [deleted file]
utils/TableGen/FileLexer.l [deleted file]
utils/TableGen/FileLexer.l.cvs [deleted file]
utils/TableGen/Makefile
utils/TableGen/TGLexer.cpp [new file with mode: 0644]
utils/TableGen/TGLexer.h [new file with mode: 0644]