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

PiperOrigin-RevId: 374977251
This commit is contained in:
A. Unique TensorFlower 2021-05-20 16:49:28 -07:00 committed by TensorFlow MLIR Team
parent 41f663ce47
commit a1445aa0fa
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 = "0316f3e64972c919d8bfa2d15b9a4be858530f85" LLVM_COMMIT = "cb82e8ea33e3546414b5ef15335c57611d1e04f2"
LLVM_SHA256 = "ddf0daa23870922c468343c08670e8007358b463cf4ed2c737a94086cc433527" LLVM_SHA256 = "1a4bd6c49b5903aac4885c8931020a66b6e950a1a817348ce5d170fdb1b2dbd7"
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 @@
0316f3e64972c919d8bfa2d15b9a4be858530f85 cb82e8ea33e3546414b5ef15335c57611d1e04f2