Update Win LLVM library.

This commit is contained in:
Christoffer Lerno
2024-12-12 14:06:32 +01:00
committed by Christoffer Lerno
parent 5d31cdfa16
commit 5ffc5187eb

View File

@@ -123,11 +123,11 @@ if(C3_WITH_LLVM)
endif() endif()
FetchContent_Declare( FetchContent_Declare(
LLVM_Windows LLVM_Windows
URL https://github.com/c3lang/win-llvm/releases/download/llvm_19_1_4/llvm-19.1.4-windows-amd64-msvc17-libcmt.7z URL https://github.com/c3lang/win-llvm/releases/download/llvm_19_1_5/llvm-19.1.5-windows-amd64-msvc17-libcmt.7z
) )
FetchContent_Declare( FetchContent_Declare(
LLVM_Windows_debug LLVM_Windows_debug
URL https://github.com/c3lang/win-llvm/releases/download/llvm_19_1_4/llvm-19.1.4-windows-amd64-msvc17-libcmt-dbg.7z URL https://github.com/c3lang/win-llvm/releases/download/llvm_19_1_5/llvm-19.1.5-windows-amd64-msvc17-libcmt-dbg.7z
) )
if(CMAKE_BUILD_TYPE STREQUAL "Debug") if(CMAKE_BUILD_TYPE STREQUAL "Debug")
message("Loading Windows LLVM debug libraries, this may take a while...") message("Loading Windows LLVM debug libraries, this may take a while...")