Skip to content

Commit

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

PiperOrigin-RevId: 596713964
  • Loading branch information
alinas authored and copybara-github committed Jan 8, 2024
1 parent 5bcd22e commit 2b5deef
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 = "0e7199cf3d08c83d18549c9cd083e9fec6e9db54"
LLVM_COMMIT = "ce4144406c94c3b9cf44bcf2997bae80debc6681"

new_git_repository(
name = name,
Expand Down

0 comments on commit 2b5deef

Please sign in to comment.