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

PiperOrigin-RevId: 358329421
This commit is contained in:
A. Unique TensorFlower 2021-02-18 21:08:32 -08:00 committed by TensorFlow MLIR Team
parent 5400287d69
commit 5cc9fa9d9d
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 = "b7e05c874b5b2a77c87df71ee3442abc2569cbb9" LLVM_COMMIT = "cd8cc00b9e2b2b2b10270f7485eb47759bc54cc1"
LLVM_SHA256 = "c78fa63e98521e83af727c5df7f3df0524569e0646ac32f00227c2c950329d19" LLVM_SHA256 = "38f9a23b04ccc9d647bb14d16afd4d098d3a47e3d01993147c593fcc8147aa4e"
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 @@
b7e05c874b5b2a77c87df71ee3442abc2569cbb9 cd8cc00b9e2b2b2b10270f7485eb47759bc54cc1