Skip to content

Commit 3389046

Browse files
committed
Bump LLVM Version
1 parent 6b2f19e commit 3389046

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include(FetchContent)
2929
FetchContent_Declare(
3030
or-tools
3131
GIT_REPOSITORY https://github.com/google/or-tools.git
32-
GIT_TAG v9.0
32+
GIT_TAG v9.11
3333
)
3434
FetchContent_MakeAvailable(or-tools)
3535
message(STATUS "Done fetching or-tools")

bazel/import_llvm.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def import_llvm(name):
99
"""Imports LLVM."""
1010

1111
# 2024-09-28
12-
LLVM_COMMIT = "29b92d07746fac26cd64c914bc9c5c3833974f6d"
12+
LLVM_COMMIT = "bb59eb8ed534da2bd03117cfde594321add4d60c"
1313

1414
new_git_repository(
1515
name = name,

externals/llvm-project

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ configure_lit_site_cfg(
88
set (MLIR_TUTORIAL_TEST_DEPENDS
99
FileCheck count not
1010
mlir-opt
11-
mlir-cpu-runner
11+
mlir-runner
1212
# tutorial-opt
1313
)
1414

0 commit comments

Comments
 (0)