Skip to content

Commit bddf16f

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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")

externals/llvm-project

Submodule llvm-project updated 30455 files

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)