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

PiperOrigin-RevId: 372544965
This commit is contained in:
Stephan Herhut 2021-05-07 06:38:53 -07:00 committed by TensorFlow MLIR Team
parent 2fe6189703
commit 807d306229
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") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
LLVM_COMMIT = "911a541620bcc78e637589b8623d94b8f3cdafba" LLVM_COMMIT = "793b4b26039e461dc3142a3f667ba7c97b0ed920"
LLVM_SHA256 = "bc603c1ee50c45915647ae4f170caf4596737d81bd4792e05156093f43c4846b" LLVM_SHA256 = "1349e0c706d8df46bb47fc05ba30b09f7506e24646dbf58889961d23fc7bb574"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT) LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
911a541620bcc78e637589b8623d94b8f3cdafba 793b4b26039e461dc3142a3f667ba7c97b0ed920