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

PiperOrigin-RevId: 375055490
This commit is contained in:
A. Unique TensorFlower 2021-05-21 04:07:37 -07:00 committed by TensorFlow MLIR Team
parent 97e6103933
commit 1f996ab796
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 = "e3cf7c88c472aff8ca6c8a07ef8c6513f581c67a"
LLVM_COMMIT = "b9076d119a5b2d380d8868ee5e4dc4fdc5ba04a6"
LLVM_SHA256 = "6890c06b729036e162b9572f39438fe501f2f8802f7d17886b9c12f1378d755c"
LLVM_SHA256 = "7b862e13751468eda5794b2df0047898f1ce7bad7ced6e10861ca8422a7b0841"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
e3cf7c88c472aff8ca6c8a07ef8c6513f581c67a
b9076d119a5b2d380d8868ee5e4dc4fdc5ba04a6