Skip to content

Commit 02ef04a

Browse files
committed
llvm 19.1
1 parent 0867f67 commit 02ef04a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif()
3636
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/llvm-project/llvm ${CMAKE_CURRENT_BINARY_DIR}/llvm_build)
3737
set(LLVM_DIR "${CMAKE_CURRENT_BINARY_DIR}/llvm_build/lib/cmake/llvm/")
3838

39-
find_package(LLVM 20.1 CONFIG)
39+
find_package(LLVM 19.1 CONFIG)
4040
if(NOT LLVM_FOUND)
4141
message(FATAL_ERROR "Couldn't build LLVM from the submodule. You might need to run `git submodule update --init`")
4242
endif()

llvm-project

0 commit comments

Comments
 (0)