Skip to content

Commit 79231a0

Browse files
update llvm and stablehlo (#3221)
Signed-off-by: jagadeeshvx <[email protected]> Co-authored-by: Sunny Anand <[email protected]>
1 parent 13ba539 commit 79231a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/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 2c440232e261746970cdf6f74d6588464eecd48b && cd ..
18+
cd llvm-project && git checkout 7a33569510535f0b917a2e50f644bf57490aee24 && cd ..
1919
```
2020

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

docs/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 2c440232e261746970cdf6f74d6588464eecd48b && cd ..
55+
cd llvm-project && git checkout 7a33569510535f0b917a2e50f644bf57490aee24 && cd ..
5656
```
5757

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

utils/clone-mlir.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
git clone -n https://github.com/llvm/llvm-project.git
22
# Check out a specific branch that is known to work with ONNX-MLIR.
3-
cd llvm-project && git checkout 2c440232e261746970cdf6f74d6588464eecd48b && cd ..
3+
cd llvm-project && git checkout 7a33569510535f0b917a2e50f644bf57490aee24 && cd ..

0 commit comments

Comments
 (0)