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

PiperOrigin-RevId: 377501435
This commit is contained in:
A. Unique TensorFlower 2021-06-04 06:44:25 -07:00 committed by TensorFlow MLIR Team
parent f1f4c903df
commit 9c895af2f1
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 = "fcf8827a98beb1f8baea883451508d9cd91f57bc"
LLVM_COMMIT = "23a116c8c446f82ec5e2d2337c3253d0dc9c75b5"
LLVM_SHA256 = "77a5807084c872339c62e733a10b9adbe02404570c450d9cfa63972c4054f096"
LLVM_SHA256 = "a967ffa8052ade2ee5c3c6532843d5796e0e3831369b70ffd266f5fc33e24956"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
fcf8827a98beb1f8baea883451508d9cd91f57bc
23a116c8c446f82ec5e2d2337c3253d0dc9c75b5