Skip to content

Commit

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

PiperOrigin-RevId: 605065779
  • Loading branch information
HEIR Team authored and copybara-github committed Feb 7, 2024
1 parent d8db698 commit 46d7678
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 = "88c830a1a5687bec597ca947159e4dd9a3f2ac2d"
LLVM_COMMIT = "e71a5f54d86be3ddf66d4a4e53d5083ef7f7a118"

new_git_repository(
name = name,
Expand Down

0 comments on commit 46d7678

Please sign in to comment.