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

PiperOrigin-RevId: 378690997
This commit is contained in:
A. Unique TensorFlower 2021-06-10 11:05:55 -07:00 committed by TensorFlow MLIR Team
parent 14093b7906
commit 642ca86a3f
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")
LLVM_COMMIT = "e11b5b87bebf2aad41ad769015a21567198291b9"
LLVM_COMMIT = "ad6a84f82c4572dd92369b4f67df6e7c3536f9a2"
LLVM_SHA256 = "6bf8e706b4563ee77f02f4a356b90f0b92fec51dd335b9d8e189dfff7e414cb8"
LLVM_SHA256 = "aefd5c1e5f87637cd84cb35ae5cdc3f5185312af67b9c25ca2b192d20d0a1b60"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
e11b5b87bebf2aad41ad769015a21567198291b9
ad6a84f82c4572dd92369b4f67df6e7c3536f9a2