[Mlir-commits] [mlir] edcac73 - [mlir] Fix reference to out of date CMake function
Denys Shabalin
llvmlistbot at llvm.org
Thu Jan 13 06:26:40 PST 2022
Author: Denys Shabalin
Date: 2022-01-13T15:26:36+01:00
New Revision: edcac733dc405245f5d86c7715084656dcd48c3d
URL: https://github.com/llvm/llvm-project/commit/edcac733dc405245f5d86c7715084656dcd48c3d
DIFF: https://github.com/llvm/llvm-project/commit/edcac733dc405245f5d86c7715084656dcd48c3d.diff
LOG: [mlir] Fix reference to out of date CMake function
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D117222
Added:
Modified:
mlir/docs/Bindings/Python.md
Removed:
################################################################################
diff --git a/mlir/docs/Bindings/Python.md b/mlir/docs/Bindings/Python.md
index 3e1d373794889..9ad886892ade6 100644
--- a/mlir/docs/Bindings/Python.md
+++ b/mlir/docs/Bindings/Python.md
@@ -898,7 +898,7 @@ include "mlir/Dialect/StandardOps/IR/Ops.td"
```
In the main repository, building the wrapper is done via the CMake function
-`add_mlir_dialect_python_bindings`, which invokes:
+`declare_mlir_dialect_python_bindings`, which invokes:
```
mlir-tblgen -gen-python-op-bindings -bind-dialect={DIALECT_NAMESPACE} \
More information about the Mlir-commits
mailing list