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

PiperOrigin-RevId: 352977159
This commit is contained in:
Tres Popp 2021-01-21 02:45:07 -08:00 committed by TensorFlow MLIR Team
parent 7aa64ee0b7
commit 5bbe5d348c
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 = "e996f1d4194bccf1c8ca984d695b848c0093bc23"
LLVM_COMMIT = "71635ea5ffd62a7de91c759c0dfb7bb40c16fd94"
LLVM_SHA256 = "4bcb567a485791f4b49d39dc6901c7d179d592f5a427a22f05ea6b4c710103de"
LLVM_SHA256 = "fcf303a228071a705f8185d66ecab4e0c4e82bdcaa4626919e302b3276b09bdd"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
e996f1d4194bccf1c8ca984d695b848c0093bc23
71635ea5ffd62a7de91c759c0dfb7bb40c16fd94