[Mlir-commits] [mlir] 585a0af - [mlir][NFC] Fix typo in the standalone dialect README.
Jean-Michel Gorius
llvmlistbot at llvm.org
Tue Apr 21 07:55:27 PDT 2020
Author: Jean-Michel Gorius
Date: 2020-04-21T16:55:04+02:00
New Revision: 585a0af3790a171cd93d94beeefba4660d370391
URL: https://github.com/llvm/llvm-project/commit/585a0af3790a171cd93d94beeefba4660d370391
DIFF: https://github.com/llvm/llvm-project/commit/585a0af3790a171cd93d94beeefba4660d370391.diff
LOG: [mlir][NFC] Fix typo in the standalone dialect README.
Added:
Modified:
mlir/examples/standalone/README.md
Removed:
################################################################################
diff --git a/mlir/examples/standalone/README.md b/mlir/examples/standalone/README.md
index b1ca6275e598..dd2fad7a5d81 100644
--- a/mlir/examples/standalone/README.md
+++ b/mlir/examples/standalone/README.md
@@ -8,7 +8,7 @@ This setup assumes that you have built LLVM and MLIR in `$BUILD_DIR` and install
```sh
mkdir build && cd build
cmake -G Ninja .. -DMLIR_DIR=$PREFIX/lib/cmake/mlir -DLLVM_EXTERNAL_LIT=$BUILD_DIR/bin/llvm-lit
-cmake --build . --target check-standalone
+cmake --build . --target check-standalone-opt
```
To build the documentation from the TableGen description of the dialect operations, run
```sh
More information about the Mlir-commits
mailing list