tblgen: Put new TableGenMain API in place.
authorSean Silva <silvas@purdue.edu>
Wed, 3 Oct 2012 21:29:18 +0000 (21:29 +0000)
committerSean Silva <silvas@purdue.edu>
Wed, 3 Oct 2012 21:29:18 +0000 (21:29 +0000)
commit8c6c7de2169289b79732a21f90f74d5e06c97d4a
tree486d0e585fb369b19b352e096cf3ba11eee63c28
parenta1ed4aa17d07b8d71b5a82505aa0a2d338505190
tblgen: Put new TableGenMain API in place.

In order to avoid rev-lock with Clang when moving to the new API, also
preserve the current API temporarily and insert a shim to implement the
new API in terms of the old.

llvm-svn: 165165
llvm/include/llvm/TableGen/Main.h
llvm/lib/TableGen/Main.cpp