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

PiperOrigin-RevId: 366288494
This commit is contained in:
A. Unique TensorFlower 2021-04-01 11:04:04 -07:00 committed by TensorFlow MLIR Team
parent ff2cbfa2ec
commit f1bed7b340
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 = "abbe80fa52c5286ec929116df6a58d793d6f0d0e"
LLVM_COMMIT = "d61b40ed27509d8a99b4d85499a8d5ca9f37f111"
LLVM_SHA256 = "544d114b31c657d6bad9c2123e2f5abd3cee03e0d4865aac18d0f1f8c54b8dbf"
LLVM_SHA256 = "345bff771fc1ba0b7b52c771da412ec3ad002dd0291b738bba7ee416fc925bd2"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
abbe80fa52c5286ec929116df6a58d793d6f0d0e
d61b40ed27509d8a99b4d85499a8d5ca9f37f111