[PATCH] D131282: [mlir] fix `add_tablegen()` macro to allow installing mlir-pdll

Ashay Rane via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 13:00:15 PDT 2022


ashay-github added a comment.

Thanks, that makes sense. How about something like `add_tablegen(mlir-pdll EXPORT)` (i.e. drop the project but add a boolean argument), so that we can still control the installation but not worry about the project name?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131282



More information about the llvm-commits mailing list