1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/support
John Criswell 6031a463d3 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.

llvm-svn: 8159
2003-08-27 13:41:57 +00:00
..
lib/Support Mangle ALL letters that we do not allow, not just a few. 2003-08-24 21:08:38 +00:00
tools Added an option to TableGen that allows users to specify a directory in which 2003-08-27 13:41:57 +00:00