Skip to content

Commit

Permalink
chore: update LLVM version to 19.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Jan 14, 2025
1 parent ce89eeb commit fb65727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "MinSizeRel")
endif()

set(LLVM_VERSION "19.1.6")
set(LLVM_VERSION "19.1.7")

FetchContent_Declare(llvm_project
URL "https://github.com/llvm/llvm-project/releases/download/llvmorg-${LLVM_VERSION}/llvm-project-${LLVM_VERSION}.src.tar.xz"
URL_HASH SHA256=e3f79317adaa9196d2cfffe1c869d7c100b7540832bc44fe0d3f44a12861fa34
URL_HASH SHA256=82401fea7b79d0078043f7598b835284d6650a75b93e64b6f761ea7b63097501
TLS_VERIFY TRUE
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
)
Expand Down

0 comments on commit fb65727

Please sign in to comment.