Integrate llvm/llvm-project@80cff273906b (#16597)
Jumps past the cherry-pick from the previous integrate.
The upstream LLVM Bazel build now requires Bazel 6 (as of
https://github.com/llvm/llvm-project/commit/5f2097dbeda0dfb21bc9dec27f4c8ff2ad42cef2).
Until we can update the version of Bazel we include in our Docker
images, this disables the Bazel build across the project. (ETA 1-2 days
- just need someone with the right access to rebuild and verify it is
working again)
Discussion here:
https://discord.com/channels/689900678990135345/1080178290188374049/1212435654265544715
---------
Co-authored-by: Scott Todd <scott.todd0@gmail.com>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8b47b5a..4e8e927 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -243,9 +243,10 @@
- name: "Testing IREE"
run: bash ./build_tools/cmake/ctest_all.sh "${BUILD_DIR}"
+ # Disabled until Bazel build is fixed (seems to need Bazel version 6.0+)
build_test_all_bazel:
needs: setup
- if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'build_test_all_bazel')
+ if: false && contains(fromJson(needs.setup.outputs.enabled-jobs), 'build_test_all_bazel')
runs-on:
- self-hosted # must come first
- runner-group=${{ needs.setup.outputs.runner-group }}
diff --git a/third_party/llvm-project b/third_party/llvm-project
index c2042c3..80cff27 160000
--- a/third_party/llvm-project
+++ b/third_party/llvm-project
@@ -1 +1 @@
-Subproject commit c2042c3bc823afc79506192946776d5a8251c0dc
+Subproject commit 80cff273906b200eed2f779913f49a64cad8c0c6