Skip to content

Commit

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

PiperOrigin-RevId: 584584462
  • Loading branch information
krasimirgg authored and copybara-github committed Nov 22, 2023
1 parent 4f1aae0 commit 742fed4
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 = "56f569049c9df7e4db6aa14eae6c4fe200350bf6"
LLVM_COMMIT = "cc2128714e66b985919442bdece4902a35e56937"

new_git_repository(
name = name,
Expand Down

0 comments on commit 742fed4

Please sign in to comment.