Skip to content

Commit

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

PiperOrigin-RevId: 698047676
  • Loading branch information
metaflow authored and copybara-github committed Nov 19, 2024
1 parent 6a1dfcc commit 8604ede
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 = "6e1acdcdc1b33c8d3cccf09b8d38279eef2ba69e"
LLVM_COMMIT = "b03a747fc0fc27ddcad3b50f2117d8150ee262f1"

new_git_repository(
name = name,
Expand Down

0 comments on commit 8604ede

Please sign in to comment.