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

PiperOrigin-RevId: 363858631
This commit is contained in:
A. Unique TensorFlower 2021-03-19 03:45:30 -07:00 committed by TensorFlow MLIR Team
parent dc3dbb9d17
commit 22b27dbaa2
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 = "80df56f7f9efbf54ac05eb14120eacb6d2c70071"
LLVM_COMMIT = "628f5c9da29b64777b96cb6787c06b14d288a792"
LLVM_SHA256 = "d5d46f033a51c00218fee1e542f39cef6cbc33fca7c2edc41e61b6d66dd48ef7"
LLVM_SHA256 = "bb179b21b920abb0c282433937dbbb967070ae6acf5625feae5f2b8910cfce74"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
80df56f7f9efbf54ac05eb14120eacb6d2c70071
628f5c9da29b64777b96cb6787c06b14d288a792