Skip to content

Commit

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

PiperOrigin-RevId: 571338203
  • Loading branch information
krasimirgg authored and copybara-github committed Oct 6, 2023
1 parent 7aa5814 commit 1d02f45
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 = "58678d3bcf32bada15d6286dff4abfdbf40bfc21"
LLVM_COMMIT = "ff5e2babcb46e7eb3887ee265decb2948da2792c"

new_git_repository(
name = name,
Expand Down

0 comments on commit 1d02f45

Please sign in to comment.