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

PiperOrigin-RevId: 378139137
This commit is contained in:
A. Unique TensorFlower 2021-06-08 06:23:20 -07:00 committed by TensorFlow MLIR Team
parent 9a8c254526
commit 4134923d4f
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 = "8344e215ec6caac4b3372d6e96333b35ab1d8741"
LLVM_COMMIT = "f96b5e801d67dac4fb1b94566aa4be3a3a5756d5"
LLVM_SHA256 = "3b3ba914758ad6cd1b7406050cb1d0130a7c4965e7cba65647131b0460a843c2"
LLVM_SHA256 = "f5646b02a770f9cb3e105ffb754e243d5c89e6bc8152ec167106d959c0ce0f34"
LLVM_BAZEL_TAG = "llvm-project-{commit}".format(commit = LLVM_COMMIT)

View File

@ -1,2 +1,2 @@
8344e215ec6caac4b3372d6e96333b35ab1d8741
f96b5e801d67dac4fb1b94566aa4be3a3a5756d5