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

PiperOrigin-RevId: 395099564
Change-Id: Ie59ee9ee169a7b95d60ab0bf6b3235ae7a1556c5
This commit is contained in:
A. Unique TensorFlower 2021-09-06 08:03:46 -07:00 committed by TensorFlower Gardener
parent 409e6a835f
commit ddc99304b9

View File

@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")
def repo(name): def repo(name):
"""Imports LLVM.""" """Imports LLVM."""
LLVM_COMMIT = "a0a5964499816373c50d6d6a3a4b38c1b53f6714" LLVM_COMMIT = "ac312a9d7c03f0be53834d3f295f1971aaf54649"
LLVM_SHA256 = "3d40029381377d498a32c51991dcd6ae65f1172b7e5bff1a303ff89feda1d75f" LLVM_SHA256 = "e1255347d9f085638e10cd362e3f60635d74c398f417f453e9ed3b80a0e87b6a"
tf_http_archive( tf_http_archive(
name = name, name = name,