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

PiperOrigin-RevId: 367406032
This commit is contained in:
Alexander Belyaev 2021-04-08 04:50:45 -07:00 committed by TensorFlow MLIR Team
parent 11c1bc4bd2
commit f068d26843
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 = "628dda08b82fcedcd9e89c9ef7850388e988bf68"
LLVM_COMMIT = "6e8601ff4ae1154e6f7963c70453b4818d7453e0"
LLVM_SHA256 = "b48c8c63c17631cc0160e1359c1e977188aa6cf5924cfd4b5664397effe65f30"
LLVM_SHA256 = "ce1fcad4ddf9c0af27176eb4475dbc834170362269d533910c69ed1e41bdaf1c"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
628dda08b82fcedcd9e89c9ef7850388e988bf68
6e8601ff4ae1154e6f7963c70453b4818d7453e0