aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehdi Amini <joker.eph@gmail.com>2022-08-08 16:57:33 +0000
committerMehdi Amini <joker.eph@gmail.com>2022-08-08 16:57:33 +0000
commit95b3ff08f5de487e928ddd8b26c15984adb59b11 (patch)
treed0eb86faea9515e83f8115167cf2a204b348f08b
parent1f30ebc898b744688615550dca80ce1f05b57aec (diff)
[mlir][doc] Cross link the dependent dialect section to the tablegen field definitionlinaro-local/ci/tcwg_bmk_llvm_tx1/llvm-master-aarch64-spec2k6-O2
-rw-r--r--mlir/docs/PassManagement.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/mlir/docs/PassManagement.md b/mlir/docs/PassManagement.md
index 62a873b879a8..1c5e99fa724d 100644
--- a/mlir/docs/PassManagement.md
+++ b/mlir/docs/PassManagement.md
@@ -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