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)
commitf42a6741de5eda904a7c7b02731f0b019bbe0c5c
tree802e9874f47a1c64769f490a68a7ffaacac47b07
parentec7559db6d4d7e8f3cbeea8b7f2174318b3e8918
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165165 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/TableGen/Main.h
lib/TableGen/Main.cpp