Skip to content

Commit 8192dbb

Browse files
committed
bump LLVM commit
1 parent 91c156d commit 8192dbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bazel/import_llvm.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ load(
88
def import_llvm(name):
99
"""Imports LLVM."""
1010

11-
# 2024-07-12
12-
LLVM_COMMIT = "0913547d0e3939cc420e88ecd037240f33736820"
11+
# 2024-09-28
12+
LLVM_COMMIT = "29b92d07746fac26cd64c914bc9c5c3833974f6d"
1313

1414
new_git_repository(
1515
name = name,

0 commit comments

Comments
 (0)