[mlir][NFC] Fix typo in the standalone dialect README.

This commit is contained in:
Jean-Michel Gorius 2020-04-21 16:54:01 +02:00
parent cc0acda782
commit 585a0af379

View file

@ -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