Revert "Temporarily pin IREE release"
Revert submission 51030-iree
Reason for revert: breakage fixed upstream
Reverted changes: /q/submissionid:51030-iree
Bug: 318408783
Change-Id: Id1133d3b0982f95a43e5bf203dd07e7a1e647d04
diff --git a/platforms/nexus/iree.mk b/platforms/nexus/iree.mk
index f4777fd..782d93b 100644
--- a/platforms/nexus/iree.mk
+++ b/platforms/nexus/iree.mk
@@ -69,9 +69,8 @@
# the `iree_runtime` target. The outputs of this target are placed in
# out/host/iree_compiler.
#
-# TODO(b/318408783): unpin the IREE release.
iree_compiler: | $(IREE_COMPILER_DIR)
- $(ROOTDIR)/scripts/download_iree_compiler.py --iree_compiler_dir "$(IREE_COMPILER_DIR)" --tag_name candidate-20231228.752
+ $(ROOTDIR)/scripts/download_iree_compiler.py --iree_compiler_dir "$(IREE_COMPILER_DIR)"
iree_commit_check:
$(ROOTDIR)/scripts/check-iree-commit.sh "$(IREE_SRC)" "$(IREE_COMPILER_DIR)"
diff --git a/platforms/shodan/iree.mk b/platforms/shodan/iree.mk
index f71bf85..cec2ac2 100644
--- a/platforms/shodan/iree.mk
+++ b/platforms/shodan/iree.mk
@@ -69,9 +69,8 @@
# the `iree_runtime` target. The outputs of this target are placed in
# out/host/iree_compiler.
#
-# TODO(b/318408783): unpin the IREE release.
iree_compiler: | $(IREE_COMPILER_DIR)
- $(ROOTDIR)/scripts/download_iree_compiler.py --iree_compiler_dir "$(IREE_COMPILER_DIR)" --tag_name candidate-20231228.752
+ $(ROOTDIR)/scripts/download_iree_compiler.py --iree_compiler_dir "$(IREE_COMPILER_DIR)"
iree_commit_check:
$(ROOTDIR)/scripts/check-iree-commit.sh "$(IREE_SRC)" "$(IREE_COMPILER_DIR)"