Skip to content

Commit

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

PiperOrigin-RevId: 618207998
  • Loading branch information
durin42 authored and Copybara-Service committed Mar 22, 2024
1 parent fe5647a commit a264126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/import_llvm.bzl
Expand Up @@ -7,7 +7,7 @@ load(

def import_llvm(name):
"""Imports LLVM."""
LLVM_COMMIT = "de7a50fb88faa1dafee33f10149561936214062b"
LLVM_COMMIT = "6f44bb7717897191be25aa01161831c67cdf5b84"

new_git_repository(
name = name,
Expand Down

0 comments on commit a264126

Please sign in to comment.