Skip to content

Commit

Permalink
Bump LLVM Version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsokol committed Feb 5, 2025
1 parent 6b2f19e commit 8cd4bb9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
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."""

# 2024-09-28
LLVM_COMMIT = "29b92d07746fac26cd64c914bc9c5c3833974f6d"
# 2025-02-01
LLVM_COMMIT = "16d4453f2f5d9554ce39507fda0f33ce9066007b"

new_git_repository(
name = name,
Expand Down
2 changes: 1 addition & 1 deletion externals/llvm-project
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 8cd4bb9

Please sign in to comment.