Skip to content

Commit 8ede4a1

Browse files
committed
docs(mlir): change standalone readme encoding
1 parent 2cacd81 commit 8ede4a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/standalone/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ cmake --build . --target mlir-doc
1616
```
1717
**Note**: Make sure to pass `-DLLVM_INSTALL_UTILS=ON` when building LLVM with CMake in order to install `FileCheck` to the chosen installation prefix.
1818

19-
说明:
20-
* `$BUILD_DIR`是llvm项目的编译路径,比如:${YOUR_GIT_CLONE_PATH}/llvm-project/build/
21-
* `$PREFIX`是llvm安装路径,如果在编译安装llvm时通过cmake的`cmake_install_prefix`指定安装路径的话,就是该路径;否则为默认值,一般是`/usr/local/`.
19+
说明:
20+
* `$BUILD_DIR`是llvm项目的编译路径,比如:${YOUR_GIT_CLONE_PATH}/llvm-project/build/
21+
* `$PREFIX`是llvm安装路径,如果在编译安装llvm时通过cmake的`cmake_install_prefix`指定安装路径的话,就是该路径;否则为默认值,一般是`/usr/local/`.

0 commit comments

Comments
 (0)