Skip to content

Commit

Permalink
Update LLVM version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 711784980
  • Loading branch information
jpienaar authored and copybara-github committed Jan 3, 2025
1 parent a68247a commit 5b55c5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependency_support/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
def repo():
"""Initialize the llvm-project repository."""

# Updated 2024/12/11
LLVM_COMMIT = "eacdbc269e5f14292222123150a0e4ff0ad6301d"
LLVM_INTEGRITY = "sha256-mhVmnYNz9IcXqggeirwxr3sSrOw+HP8TVyk0O2uZ3TE="
# Updated 2025/01/03
LLVM_COMMIT = "f739aa4004165dc64d3a1f418d5ad3c84886f01a"
LLVM_INTEGRITY = "sha256-hdoTTnugRO9Q68AJ0aV6h/sOLbIIoEZQ7y/lZOlWSqc="

maybe(
http_archive,
Expand Down

0 comments on commit 5b55c5d

Please sign in to comment.