[mlir][doc] Cross link the dependent dialect section to the tablegen field definition

This commit is contained in:
Mehdi Amini 2022-08-08 16:57:33 +00:00
parent 1f30ebc898
commit 95b3ff08f5
1 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,8 @@ loaded before starting the execution of a multi-threaded pass pipeline. To this
end, a pass that may create an entity from a dialect that isn't guaranteed to
already be loaded must express this by overriding the `getDependentDialects()`
method and declare this list of Dialects explicitly.
See also the `dependentDialects` field in the
[TableGen Specification](#tablegen-specification).
### Initialization