Skip to content

Commit

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

PiperOrigin-RevId: 586645883
  • Loading branch information
gribozavr authored and copybara-github committed Nov 30, 2023
1 parent 0911ec3 commit b9d8183
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 = "f688e0901213726feb9b26cedc61919413cbf59c"
LLVM_COMMIT = "511ba45a47d6f9e48ad364181830c9fb974135b2"

new_git_repository(
name = name,
Expand Down

0 comments on commit b9d8183

Please sign in to comment.