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

PiperOrigin-RevId: 364804812
This commit is contained in:
A. Unique TensorFlower 2021-03-24 08:09:47 -07:00 committed by TensorFlow MLIR Team
parent 52d1744285
commit cbef26c6a8
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 = "3e0ad115439622b9c3e6ca9fd64c7fb07a679f1a"
LLVM_COMMIT = "1f6a57c1a0fad922e04a2b1f414b092d4b0cd8b0"
LLVM_SHA256 = "fe423e8d5bdfd2e93a91384915a5c8e56c1875ee2d284beb99997803f1729675"
LLVM_SHA256 = "53f08d1326d3e41ddc1743f1cbd9ed776deca7f44ae2514917443cf05b3407bb"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
3e0ad115439622b9c3e6ca9fd64c7fb07a679f1a
1f6a57c1a0fad922e04a2b1f414b092d4b0cd8b0