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

PiperOrigin-RevId: 365870238
This commit is contained in:
A. Unique TensorFlower 2021-03-30 12:25:51 -07:00 committed by TensorFlow MLIR Team
parent f90042321a
commit 3d8095a5ec
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 = "c51e91e04681587e7ddd2b20f4e06272c040aa48"
LLVM_COMMIT = "77d81c2270c6221a430aac17c2c0aa73b39cc0d2"
LLVM_SHA256 = "3706486e7eedfaa046993b8b802cff6b206e6d8a8b473bbbb1b485ae8e7c95ec"
LLVM_SHA256 = "13f24a11290a04fb13b558bf7948f26380fca78612cb9d1ab95b0db71e6b8499"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
c51e91e04681587e7ddd2b20f4e06272c040aa48
77d81c2270c6221a430aac17c2c0aa73b39cc0d2