[PATCH] D119899: [TableGen] Add a library-based entry point for parsing td files

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 15 15:23:32 PST 2022


rriddle added a comment.

Essentially the same justification as when I submitted D108934 <https://reviews.llvm.org/D108934>, we essentially have a growing desire to interact with tablegen as a library (see the child revision for an example). The current situation (as noted in the description) is that we use relative include to TGParser, but this isn't really tenable when adding usages upstream. This commit hopefully starts to rectify that, by exposing a minimal interface into the TG parser.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119899/new/

https://reviews.llvm.org/D119899



More information about the llvm-commits mailing list