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

PiperOrigin-RevId: 353245217
This commit is contained in:
Tres Popp 2021-01-22 08:18:22 -08:00 committed by TensorFlow MLIR Team
parent b865148492
commit dfafaac954
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 = "def99ad68bce83deabf24694f88f0b0c98287a24"
LLVM_COMMIT = "85e7578c6db81abb3283cb87fce8592f83ae0ea8"
LLVM_SHA256 = "9587276f5cc606918e860246c063b17b847e0f0cd32f1cd43b2054f435c83429"
LLVM_SHA256 = "0e5636856f73889770a8ffaac7e33ff59a8224ce916cc68586a9fab016273ed7"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
def99ad68bce83deabf24694f88f0b0c98287a24
85e7578c6db81abb3283cb87fce8592f83ae0ea8