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

PiperOrigin-RevId: 365150758
This commit is contained in:
A. Unique TensorFlower 2021-03-25 16:38:32 -07:00 committed by TensorFlow MLIR Team
parent a2b6060c0c
commit 9b7479f907
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 = "1f6a57c1a0fad922e04a2b1f414b092d4b0cd8b0"
LLVM_COMMIT = "4157a079afbf7fa5c3ce3ac0e9f4541f89188ae2"
LLVM_SHA256 = "53f08d1326d3e41ddc1743f1cbd9ed776deca7f44ae2514917443cf05b3407bb"
LLVM_SHA256 = "aa7f9b007697d661684da94c407c0c4b050ab80217338701379ec3210fb6d2b0"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
1f6a57c1a0fad922e04a2b1f414b092d4b0cd8b0
4157a079afbf7fa5c3ce3ac0e9f4541f89188ae2