From e3ed96ff306fe9f858705dcac100c9a514b3eea8 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 22 Apr 2024 14:03:30 +0200 Subject: [PATCH] Update URLs to IREE (#334) --- .gitmodules | 2 +- README.md | 4 ++-- iree-release-link.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 998e1f5..1286d1b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ [submodule "third_party/iree"] path = third_party/iree - url = https://github.com/openxla/iree.git + url = https://github.com/iree-org/iree.git [submodule "third_party/libopencm3"] path = third_party/libopencm3 url = https://github.com/libopencm3/libopencm3.git diff --git a/README.md b/README.md index 91cc8bb..cd7a3e1 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception **DISCLAIMER**: This project is not intended for everyday use and made available without any support. -However, we welcome any kind of feedback via the issue tracker or if appropriate via IREE's [communication channels](https://github.com/openxla/iree#communication-channels), e.g. via the Discord server. +However, we welcome any kind of feedback via the issue tracker or if appropriate via IREE's [communication channels](https://github.com/iree-org/iree#communication-channels), e.g. via the Discord server. -This projects demonstrates how to build [IREE](https://github.com/openxla/iree) with the [Arm GNU Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain) for bare-metal Arm targets using either the open-source firmware library [libopencm3](https://github.com/libopencm3/libopencm3) or [CMSIS](https://github.com/ARM-software/CMSIS_5). +This projects demonstrates how to build [IREE](https://github.com/iree-org/iree) with the [Arm GNU Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain) for bare-metal Arm targets using either the open-source firmware library [libopencm3](https://github.com/libopencm3/libopencm3) or [CMSIS](https://github.com/ARM-software/CMSIS_5). ## Target Support diff --git a/iree-release-link.txt b/iree-release-link.txt index bfcdbb2..40210e0 100644 --- a/iree-release-link.txt +++ b/iree-release-link.txt @@ -1 +1 @@ -https://github.com/openxla/iree/releases/download/candidate-20240404.852/iree-dist-20240404.852-linux-x86_64.tar.xz +https://github.com/iree-org/iree/releases/download/candidate-20240404.852/iree-dist-20240404.852-linux-x86_64.tar.xz