llvm-project
4378ec7b - [MLIR][doc] Fix docs for IRDL using -gen-dialect-doc (#125195)

Commit
1 year ago
[MLIR][doc] Fix docs for IRDL using -gen-dialect-doc (#125195) mlir-tblgen fails to generate doc for IRDL because while parsing IRDL.td it also finds the definition of the builtin dialect and cannot determine what dialect to generate documentation for. This is because IRDL.td includes IRDLOps.td which includes BuiltinAttributes.td which in turns includes BuiltinDialect.td.
Author
Parents
Loading