aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Unique TensorFlower <gardener@tensorflow.org>2022-08-22 13:16:50 -0700
committerTensorFlower Gardener <gardener@tensorflow.org>2022-08-22 13:25:46 -0700
commit52f49543dd7bf01a2a24db435d8461b7c8921789 (patch)
treeb94e28752000b3e5bb7f392fb93fb3de93f76162
parent66f7216603442927f93f628714ec77a2ef204826 (diff)
downloadtensorflow-52f49543dd7bf01a2a24db435d8461b7c8921789.tar.gz
Integrate LLVM at llvm/llvm-project@9a764ffeb6f0
Updates LLVM usage to match [9a764ffeb6f0](https://github.com/llvm/llvm-project/commit/9a764ffeb6f0) PiperOrigin-RevId: 469266497
-rw-r--r--third_party/llvm/workspace.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl
index 73f2e6e17d0..a41276d695a 100644
--- a/third_party/llvm/workspace.bzl
+++ b/third_party/llvm/workspace.bzl
@@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")
def repo(name):
"""Imports LLVM."""
- LLVM_COMMIT = "72136d8ba266eea6ce30fbc0e521c7b01a13b378"
- LLVM_SHA256 = "54d179116e7a79eb1fdf7819aad62b4d76bc0e15e8567871cae9b675f7dec5c1"
+ LLVM_COMMIT = "9a764ffeb6f06a87c7ad482ae39f8a38b3160c5e"
+ LLVM_SHA256 = "8f000d6541d64876de8ded39bc140176c90b74c3961b9ca755b1fed44423c56b"
tf_http_archive(
name = name,