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

PiperOrigin-RevId: 351994130
Change-Id: Ibf36cc725596dcf90b9bb6698d9e60e28dca20fb
This commit is contained in:
Stephan Herhut 2021-01-15 06:04:49 -08:00 committed by TensorFlower Gardener
parent 66ef135bb4
commit 985d180d51
2 changed files with 3 additions and 3 deletions

View File

@ -685,8 +685,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "e2d7d3cb0eade079690c3938f694c8f7ef2b686b"
LLVM_SHA256 = "0bc37998b2adabc747e7caaf85886204ebf2d0205729086b1a45bf2489a73508"
LLVM_COMMIT = "78036360573c35ea9e6a697d2eed92db893b4850"
LLVM_SHA256 = "2d126650757c0007ce978d6bafea77c821614084b2bb7b94c39109ab34f750aa"
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

@ -4847,7 +4847,6 @@ cc_library(
":Affine",
":CopyOpInterface",
":DialectUtils",
":EDSC",
":IR",
":LinalgNamedStructuredOpsIncGen",
":LinalgOpsIncGen",
@ -4857,6 +4856,7 @@ cc_library(
":SideEffectInterfaces",
":StandardOps",
":Support",
":TensorDialect",
":ViewLikeInterface",
"@llvm-project//llvm:Support",
],