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

PiperOrigin-RevId: 378589304
This commit is contained in:
A. Unique TensorFlower 2021-06-10 00:16:46 -07:00 committed by TensorFlow MLIR Team
parent 9f67417b41
commit 837a1de7c5
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 = "f96b5e801d67dac4fb1b94566aa4be3a3a5756d5" LLVM_COMMIT = "e11b5b87bebf2aad41ad769015a21567198291b9"
LLVM_SHA256 = "f5646b02a770f9cb3e105ffb754e243d5c89e6bc8152ec167106d959c0ce0f34" LLVM_SHA256 = "6bf8e706b4563ee77f02f4a356b90f0b92fec51dd335b9d8e189dfff7e414cb8"
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 @@
f96b5e801d67dac4fb1b94566aa4be3a3a5756d5 e11b5b87bebf2aad41ad769015a21567198291b9