Skip to content

Commit

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

PiperOrigin-RevId: 726064341
  • Loading branch information
metaflow authored and copybara-github committed Feb 12, 2025
1 parent e5c2a1b commit a91e6d3
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 = "ab93bd6959d6d2df1b44c1654938452dc30898b0"
LLVM_SHA256 = "b4a3598e3d76edc37bab6bc6ea798b811aa1115ad31f43c23a14c81a95ad8612"
LLVM_COMMIT = "0e779ad4998ef65907502101c5b82ede05ddfa4e"
LLVM_SHA256 = "d5c2560b2d9ce3ced7951113f2b5d1ea428665678f4dcb1fb8780eb1219ca615"

maybe(
http_archive,
Expand Down

0 comments on commit a91e6d3

Please sign in to comment.