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

PiperOrigin-RevId: 367189460
This commit is contained in:
Alexander Belyaev 2021-04-07 03:53:54 -07:00 committed by TensorFlow MLIR Team
parent f3295324e1
commit c6894333b9
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 = "000cf84cf1bb2f5475600737c16c3ccf43096f58" LLVM_COMMIT = "f37ea62e57b5e0e7b52102a2254288e205bfef89"
LLVM_SHA256 = "70a4770806c7d1a9ef68f1e4d2b2dcfc009a98396e5f06ddddb990896f9e74d7" LLVM_SHA256 = "22283b5b6b62e64f22cfe80564ef7d0c14260b098c9ecf199f178238de77099a"
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 @@
000cf84cf1bb2f5475600737c16c3ccf43096f58 f37ea62e57b5e0e7b52102a2254288e205bfef89