Skip to content

Commit a933a2d

Browse files
metaflowcopybara-github
authored andcommitted
Updates LLVM usage to match [0e779ad4998e](llvm/llvm-project@0e779ad4998e) PiperOrigin-RevId: 726064341
1 parent d6de186 commit a933a2d

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 = "ab93bd6959d6d2df1b44c1654938452dc30898b0"
8-
LLVM_SHA256 = "b4a3598e3d76edc37bab6bc6ea798b811aa1115ad31f43c23a14c81a95ad8612"
7+
LLVM_COMMIT = "0e779ad4998ef65907502101c5b82ede05ddfa4e"
8+
LLVM_SHA256 = "d5c2560b2d9ce3ced7951113f2b5d1ea428665678f4dcb1fb8780eb1219ca615"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)