mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
[mlir][NFC] Fix typo in the standalone dialect README.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user