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

PiperOrigin-RevId: 364688656
This commit is contained in:
A. Unique TensorFlower 2021-03-23 17:57:08 -07:00 committed by TensorFlow MLIR Team
parent 7f2bf48b8b
commit 7dd0fe4592
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 = "b24436ac96bdf3f2c545fc85dc8af239d618c9c4" LLVM_COMMIT = "d709dcc0909716ce23c30d9884712766aec6a628"
LLVM_SHA256 = "6af626445defe88eb4ccaa1ebdc6f7642775a8c8a64f2213157b4a16c26a2319" LLVM_SHA256 = "856e49474ef82d86613a94c7cdebf23ce91a79ef610c4a0e82d2d19d099d4231"
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 @@
b24436ac96bdf3f2c545fc85dc8af239d618c9c4 d709dcc0909716ce23c30d9884712766aec6a628