Skip to content

Commit 9a691ec

Browse files
Add LLVM 21.1 to supported versions list
vcpkg installs LLVM 21.1.1 via the overlay, but the ARROW_LLVM_VERSIONS list only went up to 19.1, causing CMake's FindLLVMAlt.cmake to reject the installed LLVM as incompatible. Use 21.1 (not just 21) to match CMake's version compatibility rules which require MAJOR.MINOR format for proper matching.
1 parent 5d7e239 commit 9a691ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ set(ARROW_DOC_DIR "share/doc/${PROJECT_NAME}")
160160
set(BUILD_SUPPORT_DIR "${CMAKE_SOURCE_DIR}/build-support")
161161

162162
set(ARROW_LLVM_VERSIONS
163+
"21.1"
163164
"19.1"
164165
"18.1"
165166
"17.0"

0 commit comments

Comments
 (0)