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

PiperOrigin-RevId: 359728311
This commit is contained in:
A. Unique TensorFlower 2021-02-26 04:03:59 -08:00 committed by TensorFlow MLIR Team
parent fe4234bcff
commit c63ac91206
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 = "5d64dd8e3c22e12e4f7b3d08ffe88fc41e727117"
LLVM_COMMIT = "bf6380c0966b26a2aec7f2072efd0a1a9b6328f2"
LLVM_SHA256 = "19131ecf82681acec18780a6b9dbe2412e35132ccab104074951b6d50407d08d"
LLVM_SHA256 = "b225983215a6ba47cbc344df25c158c60baf8cf2cfe5e990e13e028f7ff6dcdc"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
5d64dd8e3c22e12e4f7b3d08ffe88fc41e727117
bf6380c0966b26a2aec7f2072efd0a1a9b6328f2