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

PiperOrigin-RevId: 355493884
Change-Id: Ie8d006b7faf3c255e33bb7942f9ac2b711cd2c74
This commit is contained in:
A. Unique TensorFlower 2021-02-03 15:19:30 -08:00 committed by TensorFlower Gardener
parent be1bed0862
commit 6d83e8d1f1

View File

@ -685,8 +685,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "bbb7555403855f5c2a61d62ae59f1e970ea37ec1"
LLVM_SHA256 = "da5dd9870fbba4d5060caf9b4c45c30260c1e5423b6e990450c22cd9ab25bc26"
LLVM_COMMIT = "ea5b75de49999e0fa496fc855aa88e009956c999"
LLVM_SHA256 = "1e948ae9fca0c63c5f46f0fa6040292963845948a2a4f4c6c3c50954dd419bf2"
LLVM_URLS = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
"https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),