Update README.md (#23)

This commit is contained in:
Tian Jin 2020-01-13 11:40:51 -05:00 committed by GitHub
parent 1ebcc2eb64
commit f384e3187e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ cmake --build . --target check-mlir -- ${MAKEFLAGS}
```
Two environment variables need to be set:
- LLVM_PROJ_SRC should point to the llvm src directory (e.g., llvm-project/llvm).
- LLVM_PROJ_BUILD should point to the llvm build directory (e.g., llvm-project/build).
- LLVM_PROJ_SRC should point to the llvm-project src directory (e.g., llvm-project/).
- LLVM_PROJ_BUILD should point to the llvm-project build directory (e.g., llvm-project/build).
To build ONNF, use the following command: