Skip to content

Commit

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

PiperOrigin-RevId: 579803171
  • Loading branch information
HEIR Team authored and copybara-github committed Nov 6, 2023
1 parent 5beea8d commit c3290bf
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 = "bcb685e11945946335c2dc6265779f0226491b49"
LLVM_COMMIT = "a682a9cfd006c52559387f80398b720d529595d1"

new_git_repository(
name = name,
Expand Down

0 comments on commit c3290bf

Please sign in to comment.