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

PiperOrigin-RevId: 351192927
This commit is contained in:
Stephan Herhut 2021-01-11 11:07:25 -08:00 committed by TensorFlow MLIR Team
parent 8f58f844e5
commit 5359ea620a
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 = "bcbdeafa9cb3469a7bf367c17f32d913076a4d55"
LLVM_COMMIT = "89878e8c966a82ed6b7f0254700017f0a97fb7d7"
LLVM_SHA256 = "934072cb0c757cb3852f330a8d54807506e1dc45fe2bed53e69fb6923b2d8d83"
LLVM_SHA256 = "ee82081b8dc1fcf0af1097bf3bc1b9c69c871cd27f4e97f44d1bdbe3b100058b"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
bcbdeafa9cb3469a7bf367c17f32d913076a4d55
89878e8c966a82ed6b7f0254700017f0a97fb7d7