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

PiperOrigin-RevId: 368828718
This commit is contained in:
A. Unique TensorFlower 2021-04-16 05:31:21 -07:00 committed by TensorFlow MLIR Team
parent 4f8c0e6066
commit 216447323a
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 = "3f97c66b00400f5e7f0cd260107f53c11b1cc33b"
LLVM_COMMIT = "3bc88eb3924f6491457a787db3a8cf5ab45c92c1"
LLVM_SHA256 = "21b7d20e289327434eb3a25f940d3a78a686ccd8384f51ec960c2a9e56d05a9d"
LLVM_SHA256 = "09c430c0c254758a4939790791563842dac040c2c1e2c31fbe21ec8dcafa0ce1"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
3f97c66b00400f5e7f0cd260107f53c11b1cc33b
3bc88eb3924f6491457a787db3a8cf5ab45c92c1