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

PiperOrigin-RevId: 368257770
This commit is contained in:
A. Unique TensorFlower 2021-04-13 11:27:01 -07:00 committed by TensorFlow MLIR Team
parent a3fc99efe0
commit c01e96d095
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 = "5a5a94ed34b07079046ac81e7e97d980ce2c834f"
LLVM_COMMIT = "dad5caa59e6b2bde8d6cf5b64a972c393c526c82"
LLVM_SHA256 = "277b8ed022255175ad597e8d11204152110500c9ebd4c7f11809c804e78b135f"
LLVM_SHA256 = "8e14b0cfbb9693bfea81d3a5d63e11feb334c8b97f108af800e05044013788a6"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
5a5a94ed34b07079046ac81e7e97d980ce2c834f
dad5caa59e6b2bde8d6cf5b64a972c393c526c82