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

PiperOrigin-RevId: 365901717
This commit is contained in:
A. Unique TensorFlower 2021-03-30 14:48:05 -07:00 committed by TensorFlow MLIR Team
parent 3d8095a5ec
commit e78c59d927
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 = "77d81c2270c6221a430aac17c2c0aa73b39cc0d2"
LLVM_COMMIT = "73adc05cedb2da5c0f4b83a26478203937e3f501"
LLVM_SHA256 = "13f24a11290a04fb13b558bf7948f26380fca78612cb9d1ab95b0db71e6b8499"
LLVM_SHA256 = "105d4d825c25ce74fddcc76ed5c3612a9ca2003efa859fd58b7e80118e461553"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
77d81c2270c6221a430aac17c2c0aa73b39cc0d2
73adc05cedb2da5c0f4b83a26478203937e3f501