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

PiperOrigin-RevId: 351363798
This commit is contained in:
Stephan Herhut 2021-01-12 07:07:37 -08:00 committed by TensorFlow MLIR Team
parent d52092a5cc
commit b0e0ca830c
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 = "aefeb5f136e7b72b251ce2881cb39a1fe8f0d76a" LLVM_COMMIT = "c8a914db5c60dbeb5b638f30a9915855a67805f7"
LLVM_SHA256 = "2f144cc16e63334599c758157ec7ec873604d696693ac23666ac02064575cdff" LLVM_SHA256 = "c19479a75745dae2722bfc6a4da2f83605ce8fdf00f05e784c6272753df4c830"
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 @@
aefeb5f136e7b72b251ce2881cb39a1fe8f0d76a c8a914db5c60dbeb5b638f30a9915855a67805f7