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

PiperOrigin-RevId: 322341078
Change-Id: I9a57a9d3f8aecf932cac0a98f0c902912c5a315a
This commit is contained in:
A. Unique TensorFlower 2020-07-21 05:30:44 -07:00 committed by TensorFlower Gardener
parent 994d094c8c
commit 9d3aad8797
2 changed files with 3 additions and 2 deletions

View File

@ -711,8 +711,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "30371df85f3e6fc2352647566f92c9079f77b2c7"
LLVM_SHA256 = "432d415dfa3de87f64e147aa0db7f432c707692bdd53d524f8d7185435380864"
LLVM_COMMIT = "becaa6803ab532d15506829f0551a5fa49c39d7e"
LLVM_SHA256 = "4dd3797959716010c355ee327b7649b98e1da491e198421d258b5c515d677a40"
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

@ -3188,6 +3188,7 @@ cc_library(
]),
copts = llvm_copts,
deps = [
":BinaryFormat",
":DebugInfoCodeView",
":MC",
":Object",