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

PiperOrigin-RevId: 349610524
This commit is contained in:
A. Unique TensorFlower 2020-12-30 15:44:28 -08:00 committed by TensorFlow MLIR Team
parent 181f19881b
commit f8fbfdd061
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 = "2016f2c8a76d67d8cd4771796b6cd19fd66e3f37" LLVM_COMMIT = "51a292d994535d14af1873f09534a352da1d5456"
LLVM_SHA256 = "5d5b2f4ab75a7dbb4ff579d415b878e2ffb55b7798d7deedddb55e04fe5b8736" LLVM_SHA256 = "390d10048a7f5cc0301f4ebdb6797820dc1ff62bc01bd0b677bd00360b44f68e"
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 @@
2016f2c8a76d67d8cd4771796b6cd19fd66e3f37 51a292d994535d14af1873f09534a352da1d5456