From 3e9b0069aa32577adae5220e4fde11a68c8898fc Mon Sep 17 00:00:00 2001 From: "Doxygen Bot (GitHub Action)" Date: Mon, 16 Sep 2024 23:34:54 +0000 Subject: [PATCH] Push docs and doxygen updates into gh-pages branch --- BuildOnLinuxOSX.md | 2 +- BuildOnWindows.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildOnLinuxOSX.md b/BuildOnLinuxOSX.md index abc789c5cd..c0571a37fc 100644 --- a/BuildOnLinuxOSX.md +++ b/BuildOnLinuxOSX.md @@ -15,7 +15,7 @@ Firstly, install MLIR (as a part of LLVM-Project): ``` bash git clone -n https://github.com/llvm/llvm-project.git # Check out a specific branch that is known to work with ONNX-MLIR. -cd llvm-project && git checkout f142f8afe21bceb00fb495468aa0b5043e98c419 && cd .. +cd llvm-project && git checkout eaa95a1c2bd38332c1a4e634595f29d22b28ffea && cd .. ``` [same-as-file]: <> (utils/build-mlir.sh) diff --git a/BuildOnWindows.md b/BuildOnWindows.md index 0c4f778713..ad7283a53c 100644 --- a/BuildOnWindows.md +++ b/BuildOnWindows.md @@ -52,7 +52,7 @@ Install MLIR (as a part of LLVM-Project): ```shell git clone -n https://github.com/llvm/llvm-project.git # Check out a specific branch that is known to work with ONNX-MLIR. -cd llvm-project && git checkout f142f8afe21bceb00fb495468aa0b5043e98c419 && cd .. +cd llvm-project && git checkout eaa95a1c2bd38332c1a4e634595f29d22b28ffea && cd .. ``` [same-as-file]: <> (utils/build-mlir.cmd)