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

PiperOrigin-RevId: 358093073
This commit is contained in:
A. Unique TensorFlower 2021-02-17 20:31:14 -08:00 committed by TensorFlow MLIR Team
parent b579bd5d9e
commit 90b222cf6e
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 = "892d2822b62ebcaa7aa0b006b5ea4f26593c1618"
LLVM_COMMIT = "55756f32f735980ca08bbff70b5a2d2e5df16b81"
LLVM_SHA256 = "223c0e99ff272b0eb6245026ec0fefd6254c1f1e794b76171868fcc843a0b6f5"
LLVM_SHA256 = "f18aadbe211962cf2f55df7799a7d77dd00cead6b6498e595182bfd343540dc3"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
892d2822b62ebcaa7aa0b006b5ea4f26593c1618
55756f32f735980ca08bbff70b5a2d2e5df16b81