Skip to content

Commit b610650

Browse files
slackitocopybara-github
authored andcommitted
Updates LLVM usage to match [69f59d59cb02](llvm/llvm-project@69f59d59cb02) PiperOrigin-RevId: 744348330
1 parent f95d0e7 commit b610650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependency_support/llvm/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
2020
def repo():
2121
"""Initialize the llvm-project repository."""
2222

23-
LLVM_COMMIT = "537b6541e8067d7ef7aa38791989fca6303b7fdf"
24-
LLVM_SHA256 = "6dca45b9afe4f530a29f7cfd21b183f6ee51c61b0a4dede2f1173049615cab5f"
23+
LLVM_COMMIT = "69f59d59cb02c06f1fac93ea5b19c2df9a684109"
24+
LLVM_SHA256 = "2fd8dcec1da1c7166d58918d5f6330856edb37351248a5947661055313bb5d46"
2525

2626
maybe(
2727
http_archive,

0 commit comments

Comments
 (0)