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

PiperOrigin-RevId: 372507420
This commit is contained in:
Stephan Herhut 2021-05-07 01:06:19 -07:00 committed by TensorFlow MLIR Team
parent ce4c76314e
commit 2d7278ee64
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 = "a577d59db243c1be038f331e0057a37b777a4407"
LLVM_COMMIT = "44ee974e2f3ef120e1890d8aafb02fedc3c135e9"
LLVM_SHA256 = "c03f71ee9ce98c93b0313281afb6686fe2ba126a84147a9a5a9d9285c19d7838"
LLVM_SHA256 = "5a6cc847f24134c3d68c6937a43304683a9e37abba1b816af64363fe890074a2"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
a577d59db243c1be038f331e0057a37b777a4407
44ee974e2f3ef120e1890d8aafb02fedc3c135e9