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

PiperOrigin-RevId: 343828493
Change-Id: Idff094a361bc1e252243dfac8cb49d584795696b
This commit is contained in:
Benjamin Kramer 2020-11-23 04:55:06 -08:00 committed by TensorFlower Gardener
parent 9d98d6e291
commit 0e8565529f
2 changed files with 3 additions and 2 deletions

View File

@ -686,8 +686,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "1b749c0cb5c0dff3342e87054d6a86353eeb7b46"
LLVM_SHA256 = "2613ce0ef5755c4d410a3a02dfc83f92b46192429c9250159449104318c7d74b"
LLVM_COMMIT = "3c696a212ba4328e4f8f92136bc4d728a6490ef7"
LLVM_SHA256 = "fb5df5a1eee3dcc0675ad7cd96cede50c9c67a0c1350b1f0f1ded4de90cc5b69"
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

@ -3452,6 +3452,7 @@ cc_library(
"include/mlir/ExecutionEngine/AsyncRuntime.h",
],
includes = ["include"],
deps = ["@llvm-project//llvm:Support"],
)
cc_library(