Skip to content

Commit

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

PiperOrigin-RevId: 714047103
  • Loading branch information
d0k authored and copybara-github committed Jan 10, 2025
1 parent 376406c commit bc00d58
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 = "644de6ad1c758d3bf754d7d50b98c555df5231b1"
LLVM_SHA256 = "8ccd3cd59205f36019192d9dabd4dd49603fc4345fb57cdf323a55570cb572bd"
LLVM_COMMIT = "a531800344dc54e9c197a13b22e013f919f3f5e1"
LLVM_SHA256 = "74a873f8d4c677d192e9bfade095af3363c76b0fb23c5f6260121d74322744bc"

maybe(
http_archive,
Expand Down

0 comments on commit bc00d58

Please sign in to comment.