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

PiperOrigin-RevId: 354482705
Change-Id: I49577fbb4d90757d46798fea6fb1ccf8869040ab
This commit is contained in:
A. Unique TensorFlower 2021-01-29 00:30:25 -08:00 committed by TensorFlower Gardener
parent 039af30d3d
commit 56cf6452ac

View File

@ -685,8 +685,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "081c1db02dd2b48cf736d44862f7d7e8c2869577"
LLVM_SHA256 = "da4c509b986aadb985dc0c1f952ca5e395cb76cd01d21982e1be26213630239e"
LLVM_COMMIT = "b92a39ac1319c796777bca19a3af2856acbc69c1"
LLVM_SHA256 = "2125d1151fb4fd147c795d5f81f457cad7e333dd46bc045cab6fa888ca38ace0"
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),