Currently when you build the install target, TableGen files don't get installed.
TableGen files are needed when authoring new MLIR dialects, but right now they're missing when using the pre-built binaries.
Differential D71958
Update mlir/CMakeLists.txt to install *.td files kernhanda on Dec 28 2019, 2:26 AM. Authored by
Details Currently when you build the install target, TableGen files don't get installed. TableGen files are needed when authoring new MLIR dialects, but right now they're missing when using the pre-built binaries.
Diff Detail
Event TimelineComment Actions I can commit it for you. Please let me know what name and email to associate your commit with, I don't seem to find them in the description. Comment Actions name: Kern Handa Thanks! Let me know if there's a better way to provide commit author info in the future. Comment Actions Try sending patches with arc diff, I've been told it preserves committer info. Otherwise, I pick up the address from wherever I can, e.g. the signed-off-by field or the history of commits from the same person. |