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

PiperOrigin-RevId: 372895783
This commit is contained in:
Adrian Kuegel 2021-05-10 03:55:58 -07:00 committed by TensorFlow MLIR Team
parent 9d4c194c32
commit 2a4c63d949
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 = "5b158093e2469dec16a070019c6432d26bf7be9b"
LLVM_COMMIT = "9ba661f91276dd8cc728f9b2e82905b78c0119b4"
LLVM_SHA256 = "c1f9db9086e5813eeb9f989a59227577cbb9ab980bad9b37a02ab22202f0abd0"
LLVM_SHA256 = "f89c033b0e8e6d4e6ff5ce3883aadc82a502b063a830cd685672cec4bea3dfb1"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
5b158093e2469dec16a070019c6432d26bf7be9b
9ba661f91276dd8cc728f9b2e82905b78c0119b4