Skip to content

Commit

Permalink
Bump open source llvm revision to 307cfdf5338641e3a895857ef02dc9da35c…
Browse files Browse the repository at this point in the history
…d0eb6

PiperOrigin-RevId: 310129282
Change-Id: I1c62975b51dbdd0a47a249d79c92ddb4ed6a12b0
  • Loading branch information
d0k authored and tensorflower-gardener committed May 6, 2020
1 parent c81cba9 commit 9ddbe97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)

# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "bc23c1d85e4c4cb60c4b91a1f83466f721014768"
LLVM_SHA256 = "400cab87a4d15369f5efbc14e53e7292f50f8f0678232c79fbe93c4928d3bc2e"
LLVM_COMMIT = "307cfdf5338641e3a895857ef02dc9da35cd0eb6"
LLVM_SHA256 = "5e75125ecadee4f91e07c20bf6612d740913a677348fd33c7264ee8fe7d12b17"
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),
Expand Down

0 comments on commit 9ddbe97

Please sign in to comment.