From f384e3187e586959f6e12d04b8ad610c779ea77b Mon Sep 17 00:00:00 2001 From: Tian Jin Date: Mon, 13 Jan 2020 11:40:51 -0500 Subject: [PATCH] Update README.md (#23) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 779dd23..286d7c5 100644 --- a/README.md +++ b/README.md @@ -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: