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

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 21:06:46 PST 2022


lattner accepted this revision.
lattner added a comment.
This revision is now accepted and ready to land.

I agree with nhaehnle and others that Tblgen's internal implementation and lifetime model is really problematic.  Until and if someone feels compelled to rewrite tblgen from scratch (any takers ;-) following best practices, this seems like a reasonable step forward.  This lgtm.  Thanks!


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