Updates LLVM usage to match
[888307ee625b](https://github.com/llvm/llvm-project/commit/888307ee625b)

PiperOrigin-RevId: 373100219
This commit is contained in:
Adrian Kuegel 2021-05-11 01:17:02 -07:00 committed by TensorFlow MLIR Team
parent 1de55d2620
commit 920f261262
2 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
LLVM_COMMIT = "1e11616a071d07d0f3cdae1140b5c8685eb564a2" LLVM_COMMIT = "888307ee625b50b060317e2100fb16e0be2626b7"
LLVM_SHA256 = "6a35b4b2e484a591eabbc8bafe35bdbacda2fdb0360d51f9abf717b945bbaf5f" LLVM_SHA256 = "fa1e63b8c1f1423e49e16aad12437f953ee0aab89384172cded38549d6878f5c"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT) LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
1e11616a071d07d0f3cdae1140b5c8685eb564a2 888307ee625b50b060317e2100fb16e0be2626b7