Skip to content

Commit 515e5ac

Browse files
Updates LLVM usage to match [791fe26d7581](llvm/llvm-project@791fe26d7581) PiperOrigin-RevId: 484191014
1 parent 03f7288 commit 515e5ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/llvm/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")
44

55
def repo(name):
66
"""Imports LLVM."""
7-
LLVM_COMMIT = "fdac4c4e92e5a83ac5e4fa6d1d2970c0c4df8fa8"
8-
LLVM_SHA256 = "df274c0e7c218f833e69b6ae5abce3000540f84f557fa3f4e57608ddae336351"
7+
LLVM_COMMIT = "791fe26d758173e569d26d831b36ee8527e1a766"
8+
LLVM_SHA256 = "409e689a40ddfd0654373477dc1a94730a38c62b2a8603f7ad02c805d4a2c1e7"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)