Update README.md (#23)
This commit is contained in:
parent
1ebcc2eb64
commit
f384e3187e
|
@ -24,8 +24,8 @@ cmake --build . --target check-mlir -- ${MAKEFLAGS}
|
||||||
```
|
```
|
||||||
|
|
||||||
Two environment variables need to be set:
|
Two environment variables need to be set:
|
||||||
- LLVM_PROJ_SRC should point to the llvm src directory (e.g., llvm-project/llvm).
|
- LLVM_PROJ_SRC should point to the llvm-project src directory (e.g., llvm-project/).
|
||||||
- LLVM_PROJ_BUILD should point to the llvm build directory (e.g., llvm-project/build).
|
- LLVM_PROJ_BUILD should point to the llvm-project build directory (e.g., llvm-project/build).
|
||||||
|
|
||||||
To build ONNF, use the following command:
|
To build ONNF, use the following command:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue