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

PiperOrigin-RevId: 351790911
This commit is contained in:
Stephan Herhut 2021-01-14 06:52:27 -08:00 committed by TensorFlow MLIR Team
parent 5fff92f2b4
commit 4d62cd4dee
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") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
LLVM_COMMIT = "ed205f63b4a288ccbffc9af58333d09a7cec40dc" LLVM_COMMIT = "6abbba3fca9fdf8d31f74800a7ddb40b103ae6e3"
LLVM_SHA256 = "63eb638141d7525f3528c46d42b76713017b2fb355b3296fe9d279fc5a25a699" LLVM_SHA256 = "f5f71f1351dd124501734b2ff50631663356bd354ed781dd08231e8ee25594d8"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT) LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
ed205f63b4a288ccbffc9af58333d09a7cec40dc 6abbba3fca9fdf8d31f74800a7ddb40b103ae6e3