Skip to content

Commit

Permalink
update llvm version to support change to integer range analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Nov 14, 2023
1 parent b78a997 commit 0dcb351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/import_llvm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ load(
def import_llvm(name):
"""Imports LLVM."""

# 2023-10-30
LLVM_COMMIT = "896749aa0d420ae573255a64a349bc2a76cfed37"
# 2023-11-13
LLVM_COMMIT = "f778eafdd878e8b11ad76f9e0a312ce7791a7481"

new_git_repository(
name = name,
Expand Down

0 comments on commit 0dcb351

Please sign in to comment.