Skip to content

Commit 1dcfe5a

Browse files
author
Doxygen Bot (GitHub Action)
committed
Push docs and doxygen updates into gh-pages branch
1 parent f672224 commit 1dcfe5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BuildOnLinuxOSX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Firstly, install MLIR (as a part of LLVM-Project):
1515
``` bash
1616
git clone -n https://github.com/llvm/llvm-project.git
1717
# Check out a specific branch that is known to work with ONNX-MLIR.
18-
cd llvm-project && git checkout eaa95a1c2bd38332c1a4e634595f29d22b28ffea && cd ..
18+
cd llvm-project && git checkout 29b92d07746fac26cd64c914bc9c5c3833974f6d && cd ..
1919
```
2020

2121
[same-as-file]: <> (utils/build-mlir.sh)

BuildOnWindows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Install MLIR (as a part of LLVM-Project):
5252
```shell
5353
git clone -n https://github.com/llvm/llvm-project.git
5454
# Check out a specific branch that is known to work with ONNX-MLIR.
55-
cd llvm-project && git checkout eaa95a1c2bd38332c1a4e634595f29d22b28ffea && cd ..
55+
cd llvm-project && git checkout 29b92d07746fac26cd64c914bc9c5c3833974f6d && cd ..
5656
```
5757

5858
[same-as-file]: <> (utils/build-mlir.cmd)

0 commit comments

Comments
 (0)