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

PiperOrigin-RevId: 363641472
This commit is contained in:
A. Unique TensorFlower 2021-03-18 06:09:41 -07:00 committed by TensorFlow MLIR Team
parent 0c4a89e52c
commit 8ac890d531
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 = "0604e0bc683eeae76416568411369ba7fd8a1b34" LLVM_COMMIT = "388fbefb4f2aec19da221ebbc3e091919f7520a9"
LLVM_SHA256 = "53e40f84aed9130016a1d469f65472a0c9b3a2600ffa12072bd018f87e46e267" LLVM_SHA256 = "4e329224d846311d812914bfcdcefceeafcf5a0a53ea3506bdc561df5741088e"
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 @@
0604e0bc683eeae76416568411369ba7fd8a1b34 388fbefb4f2aec19da221ebbc3e091919f7520a9