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

PiperOrigin-RevId: 332372355
Change-Id: I380da80d73919e1647dd8fc567c5d1638750506b
This commit is contained in:
A. Unique TensorFlower 2020-09-17 20:26:44 -07:00 committed by TensorFlower Gardener
parent c9b9ef44e1
commit 0c4c3f81e9
2 changed files with 3 additions and 2 deletions

View File

@ -712,8 +712,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "deb8f8bcf31540c657716ea5242183b0792702a1"
LLVM_SHA256 = "20f84e0de6382bea8a3031616d35cd23ba0a07ead2b428c6521992faf8e0a89a"
LLVM_COMMIT = "ea237e2c8e5d082715effb9cb64158d7c6894e27"
LLVM_SHA256 = "0853ea8cafdbedc01a146cf0c540552d5c83ca70ead08eb59280afb4d6fd4784"
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),

View File

@ -180,6 +180,7 @@ cc_library(
":TestDialect",
"@llvm-project//llvm:Support",
"@llvm-project//mlir:Affine",
"@llvm-project//mlir:AffineTransforms",
"@llvm-project//mlir:Analysis",
"@llvm-project//mlir:EDSC",
"@llvm-project//mlir:GPUDialect",