Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@35e76b6a4fc7
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[35e76b6a4fc7](llvm/llvm-project@35e76b6a4fc7)

PiperOrigin-RevId: 714248644
  • Loading branch information
alinas authored and copybara-github committed Jan 10, 2025
1 parent 7d111b5 commit 1019538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency_support/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
def repo():
"""Initialize the llvm-project repository."""

LLVM_COMMIT = "a531800344dc54e9c197a13b22e013f919f3f5e1"
LLVM_SHA256 = "74a873f8d4c677d192e9bfade095af3363c76b0fb23c5f6260121d74322744bc"
LLVM_COMMIT = "35e76b6a4fc74e64bd6c91e5b9b9eb6a03aa802e"
LLVM_SHA256 = "bf4e52c430ff8eb2b055a4abcbd70468d2e6ea7f277e472575e92903bd7d8981"

maybe(
http_archive,
Expand Down

0 comments on commit 1019538

Please sign in to comment.