diff --git a/CMakeLists.txt b/CMakeLists.txt index ffffa3a..718d3e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ include(FetchContent) FetchContent_Declare( or-tools GIT_REPOSITORY https://github.com/google/or-tools.git - GIT_TAG v9.0 + GIT_TAG v9.11 ) FetchContent_MakeAvailable(or-tools) message(STATUS "Done fetching or-tools") diff --git a/bazel/import_llvm.bzl b/bazel/import_llvm.bzl index 57cda94..df11299 100644 --- a/bazel/import_llvm.bzl +++ b/bazel/import_llvm.bzl @@ -8,8 +8,8 @@ load( def import_llvm(name): """Imports LLVM.""" - # 2024-09-28 - LLVM_COMMIT = "29b92d07746fac26cd64c914bc9c5c3833974f6d" + # 2025-02-01 + LLVM_COMMIT = "16d4453f2f5d9554ce39507fda0f33ce9066007b" new_git_repository( name = name, diff --git a/externals/llvm-project b/externals/llvm-project index 29b92d0..16d4453 160000 --- a/externals/llvm-project +++ b/externals/llvm-project @@ -1 +1 @@ -Subproject commit 29b92d07746fac26cd64c914bc9c5c3833974f6d +Subproject commit 16d4453f2f5d9554ce39507fda0f33ce9066007b diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 73f3503..422dc1a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -8,7 +8,7 @@ configure_lit_site_cfg( set (MLIR_TUTORIAL_TEST_DEPENDS FileCheck count not mlir-opt - mlir-cpu-runner + mlir-runner # tutorial-opt )