Skip to content

Commit

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

PiperOrigin-RevId: 579174595
  • Loading branch information
HEIR Team authored and copybara-github committed Nov 3, 2023
1 parent e8e17f4 commit 880d682
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 = "9e0a5be0de320e29226225b6e466474c031d9ca6"
LLVM_COMMIT = "46732e2abb34fd7a5c1d52b959d4d07f118479dd"

new_git_repository(
name = name,
Expand Down

0 comments on commit 880d682

Please sign in to comment.