Added an option to TableGen that allows users to specify a directory in which
authorJohn Criswell <criswell@uiuc.edu>
Wed, 27 Aug 2003 13:41:57 +0000 (13:41 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 27 Aug 2003 13:41:57 +0000 (13:41 +0000)
commit96b4beda5c180f4091d55752bc22129f15d4030c
treec16bfa341903be2ffca3cf16a24afd9094477031
parent065c0b95a3960f228f8898f520100b053e243fb6
Added an option to TableGen that allows users to specify a directory in which
to find include files.  TableGen will load include files from this directory if
it cannot find them in the current directory.
This feature was needed for building code inside the object tree (a la autoconf
style).
TODO: Allow for multiple -I options to specify a list of directories to search.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8159 91177308-0d34-0410-b5e6-96231b3b80d8
support/tools/TableGen/FileLexer.l
support/tools/TableGen/TableGen.cpp
utils/TableGen/FileLexer.l
utils/TableGen/TableGen.cpp