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 7caa2fb commit db2d969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/import_llvm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load(

def import_llvm(name):
"""Imports LLVM."""
LLVM_COMMIT = "ab93bd6959d6d2df1b44c1654938452dc30898b0"
LLVM_COMMIT = "0e779ad4998ef65907502101c5b82ede05ddfa4e"

new_git_repository(
name = name,
Expand Down

0 comments on commit db2d969

Please sign in to comment.