Skip to content

Commit

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

PiperOrigin-RevId: 586379104
  • Loading branch information
gribozavr authored and copybara-github committed Nov 29, 2023
1 parent 6e58f1d commit 3d46044
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
@@ -7,7 +7,7 @@ load(

def import_llvm(name):
"""Imports LLVM."""
LLVM_COMMIT = "5e5a22caf88ac1ccfa8dc5720295fdeba0ad9372"
LLVM_COMMIT = "3287ae8f6520ef81570377c1fb4c7147782a13ef"

new_git_repository(
name = name,

0 comments on commit 3d46044

Please sign in to comment.