[Mlir-commits] [mlir] 8d59fc5 - Fix typo in CMake var

Thomas Preud'homme llvmlistbot at llvm.org
Fri Oct 13 05:41:40 PDT 2023


Author: Thomas Preud'homme
Date: 2023-10-13T13:41:14+01:00
New Revision: 8d59fc5fd1599bd7153817d2af903ae9a6103343

URL: https://github.com/llvm/llvm-project/commit/8d59fc5fd1599bd7153817d2af903ae9a6103343
DIFF: https://github.com/llvm/llvm-project/commit/8d59fc5fd1599bd7153817d2af903ae9a6103343.diff

LOG: Fix typo in CMake var

Added: 
    

Modified: 
    mlir/docs/Dialects/Linalg/OpDSL.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/Linalg/OpDSL.md b/mlir/docs/Dialects/Linalg/OpDSL.md
index b2868efa092cac1..5c4c8b4e1880aeb 100644
--- a/mlir/docs/Dialects/Linalg/OpDSL.md
+++ b/mlir/docs/Dialects/Linalg/OpDSL.md
@@ -12,7 +12,7 @@ corresponding `linalg.generic` IR for the composition.
 
 The tool is bundled with the MLIR Python bindings. To use from the CMake build
 tree, MLIR must be build with Python bindings enabled
-(`-DMLIR_ENALBE_BINDINGS_PYTHON=ON`). Then add the `python` directory in the
+(`-DMLIR_ENABLE_BINDINGS_PYTHON=ON`). Then add the `python` directory in the
 build tree to your `PYTHONPATH` environment variable (i.e. `export
 PYTHONPATH=$PWD/build/tools/mlir/python_packages/mlir_core`). Optionally, use an
 installed MLIR package, if available, to avoid building.


        


More information about the Mlir-commits mailing list