Skip to content

Commit

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

PiperOrigin-RevId: 579397986
  • Loading branch information
slackito authored and copybara-github committed Nov 4, 2023
1 parent d2c7592 commit 5beea8d
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 = "015c06ade023362ba7410e06618dea407fa07e5f"
LLVM_COMMIT = "bcb685e11945946335c2dc6265779f0226491b49"

new_git_repository(
name = name,
Expand Down

0 comments on commit 5beea8d

Please sign in to comment.