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

PiperOrigin-RevId: 352943239
This commit is contained in:
A. Unique TensorFlower 2021-01-20 21:58:11 -08:00 committed by TensorFlow MLIR Team
parent 70a351f301
commit cf08128862
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 = "96ef4f307df27f4e0946eb344bac2703017ad073"
LLVM_COMMIT = "e996f1d4194bccf1c8ca984d695b848c0093bc23"
LLVM_SHA256 = "69b6c722deed4f128318259ab8f3c511c9aea91357e52d9479e23edee78deb1a"
LLVM_SHA256 = "4bcb567a485791f4b49d39dc6901c7d179d592f5a427a22f05ea6b4c710103de"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
96ef4f307df27f4e0946eb344bac2703017ad073
e996f1d4194bccf1c8ca984d695b848c0093bc23