Fix DocCheck error.

This commit is contained in:
Tian Jin 2020-03-02 17:06:40 +08:00
parent 2f5d65f2e4
commit 473fdd726d
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ Firstly, install MLIR (as a part of LLVM-Project):
[same-as-file]: <> (utils/install-mlir.sh)
``` bash
git clone https://github.com/llvm/llvm-project.git
# Check out a specific branch that is known to work with ONNF.
cd llvm-project && git checkout 476ca094c846a0b6d4d9f37710aba21a6b0b265a && cd ..
mkdir llvm-project/build
cd llvm-project/build
cmake -G Ninja ../llvm \