This is an archive of the discontinued LLVM Phabricator instance.

Change add_mlir_doc CMake macro to take the tablegen command as last argument to allow extra flags
ClosedPublic

Authored by mehdi_amini on Apr 14 2021, 6:12 PM.

Details

Summary

This is useful for expressing specific table-gen options, like selecting
a particular dialect to print.
Use it to fix the documentation for the pdl_interp dialect which is now
generating the first dialect it finds in its input which is pdl.

Diff Detail

Event Timeline

mehdi_amini created this revision.Apr 14 2021, 6:12 PM
mehdi_amini requested review of this revision.Apr 14 2021, 6:12 PM
rriddle accepted this revision.Apr 14 2021, 6:14 PM
jpienaar accepted this revision.Apr 14 2021, 6:56 PM

Thanks!

This revision is now accepted and ready to land.Apr 14 2021, 6:56 PM
This revision was landed with ongoing or failed builds.Apr 14 2021, 7:59 PM
This revision was automatically updated to reflect the committed changes.